ExpertPdf PDF Creator Library
DigitalCertificatesCollection Class
NamespacesExpertPdf.PdfCreatorDigitalCertificatesCollection
ExpertPdf PDF Creator Library
This class is used to manage a collection of certificates. A certificates collection is retrieved by a call to Document.Security.GetCertificates()
Declaration Syntax
C#Visual BasicVisual C++
public class DigitalCertificatesCollection
Public Class DigitalCertificatesCollection
public ref class DigitalCertificatesCollection
Members
All MembersMethodsProperties



IconMemberDescription
Count
Gets the number of certificates in collection

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetCertByIssuer(String)
Searches the certificate by issuer name.

GetCertBySerialNumber(array<Byte>[]()[])
Searches the certificate by the specified serial number.

GetCertBySubject(String)
Searches the certificate by subject name.

GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
Item[([(Int32])])
Gets the certificate at the specified index in collection

MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
DigitalCertificatesCollection

Assembly: ExpertPdf.PdfCreator (Module: ExpertPdf.PdfCreator) Version: 3.0.0.0 (3.0.0.0)