This class is used to manage a collection of certificates.
| C# | Visual Basic | Visual C++ |
public class DigitalCertificatesCollection : IEnumerable
Public Class DigitalCertificatesCollection Implements IEnumerable
public ref class DigitalCertificatesCollection : IEnumerable
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| Count |
Gets the number of certificates in collection.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()()() | Allows an object to try to free resources and perform other cleanup operations before it 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.
| |
| GetEnumerator()()()() |
Gets the collection enumerator.
| |
| 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 zero besed index from 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.) |
| Object | |
| DigitalCertificatesCollection | |
Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)