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 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.
| |
| 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()()()() | (Inherited from Object.) |
| Object | |
| DigitalCertificatesCollection | |