The CertificateStore type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() ![]() | CertificateStore(ICollection) |
Creates a temporary memory-based certificate store
and populates it with certificates from the specified collection.
|
![]() ![]() | CertificateStore(String) |
Opens a system certificate store of the specified name.
|
![]() ![]() | CertificateStore(CertificateStoreName) |
Opens a system certificate store of the specified name.
|
![]() ![]() | CertificateStore(String, CertificateStoreLocation) |
Opens a system certificate store of the specified name a the specified location.
|
![]() ![]() | CertificateStore(CertificateStoreName, CertificateStoreLocation) |
Opens a system certificate store of the specified name a the specified location.
|
Methods
Name | Description | |
---|---|---|
![]() ![]() | Add |
Adds a certificate to this certificate store.
|
![]() ![]() | AddCertificate | Obsolete. |
![]() ![]() | Dispose |
Disposes the object and releases resources.
|
![]() ![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() ![]() ![]() | Exists(String) |
Determines whether the specified certificate store exists.
|
![]() ![]() ![]() | Exists(CertificateStoreName) |
Determines whether the specified certificate store exists.
|
![]() ![]() ![]() | Exists(String, CertificateStoreLocation) |
Determines whether the specified certificate store exists.
|
![]() ![]() ![]() | Exists(CertificateStoreName, CertificateStoreLocation) |
Determines whether the specified certificate store exists.
|
![]() ![]() | 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.) |
![]() ![]() | FindCertificates(CertificateFindOptions) |
Returns all certificates corresponding to the specified options.
|
![]() ![]() | FindCertificates(Certificate, CertificateFindOptions) |
Returns all certificates matching the specified certificate and options.
|
![]() ![]() | FindCertificates(DistinguishedName, CertificateFindOptions) |
Returns all certificates issued by the specified issuer (or its subordinate issuer) and corresponding to the specified options.
|
![]() ![]() | FindCertificates(array<DistinguishedName>[]()[][], CertificateFindOptions) |
Returns all certificates issued by one of specified issuers (or their subordinate issuer) and corresponding to the specified options.
|
![]() ![]() | FindCertificates(CertificateFindType, array<Byte>[]()[][], CertificateFindOptions) |
Returns all certificates matching the specified criteria.
|
![]() ![]() | FindCertificates(DistinguishedName, array<Byte>[]()[][], CertificateFindOptions) |
Returns all certificates with the specified serial number issued by the specified issuer (or its subordinate issuer)
and corresponding to the specified options.
|
![]() ![]() | FindCertificates(array<DistinguishedName>[]()[][], array<Byte>[]()[][], CertificateFindOptions) |
Returns all certificates issued by one of specified issuers (or their subordinate issuer) and corresponding to the specified options.
|
![]() ![]() | FindCertificatesForMailAddress(String) |
Returns all certificates corresponding to the specified e-mail address.
|
![]() ![]() | FindCertificatesForMailAddress(String, CertificateFindOptions) |
Returns all certificates corresponding to the specified e-mail address and options.
|
![]() ![]() | GetHashCode | Serves as a hash function for a particular type. GetHashCode()()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
![]() ![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() ![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() ![]() | Remove |
Removes a certificate from this certificate store.
|
![]() ![]() | ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() ![]() | Handle |
Gets a handle of the certificate store.
|
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() ![]() | IEnumerable<(Of <<'(Certificate>)>>)..::..GetEnumerator | |
![]() ![]() ![]() | IEnumerable..::..GetEnumerator |