This class is used to manage a collection of certificates. A certificates collection is retrieved
by a call to Document.Security.GetCertificates()
| C# | Visual Basic | Visual C++ |
public class DigitalCertificatesCollection
Public Class DigitalCertificatesCollection
public ref class DigitalCertificatesCollection
| 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 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()()() | (Inherited from Object.) |
| Object | |
| DigitalCertificatesCollection | |