public class DigitalCertificatesCollection : IEnumerable
Public Class DigitalCertificatesCollection
Implements IEnumerable
Count | Gets the number of certificates in collection. |
Item | Gets the certificate at the specified zero besed index from collection. |
Equals | (Inherited from Object) |
Finalize | (Inherited from Object) |
GetCertByIssuer | Searches the certificate by issuer name in the digital certificates collection. |
GetCertBySerialNumber | Searches the certificate by the specified serial number. |
GetCertBySubject | Searches the certificate by subject name. |
GetEnumerator | Gets the collection enumerator. |
GetHashCode | (Inherited from Object) |
GetType | (Inherited from Object) |
MemberwiseClone | (Inherited from Object) |
ToString | (Inherited from Object) |