X509Certificate |
public class X509CertificateStore : IStore<X509Certificate>
The X509CertificateStore type exposes the following members.
Name | Description | |
---|---|---|
X509CertificateStore | Initialize a new instance of the X509CertificateStore class. |
Name | Description | |
---|---|---|
Certificates | Enumerates the certificates currently in the store. |
Name | Description | |
---|---|---|
Add | Adds the specified certificate to the store. | |
AddRange | Adds the specified range of certificates to the store. | |
Equals | (Inherited from Object) | |
Export(Stream) | Exports the certificates to an unencrypted stream. | |
Export(String) | Exports the certificates to an unencrypted file. | |
Export(Stream, String) | Exports the specified stream and password to a pkcs12 encrypted file. | |
Export(String, String) | Exports the specified stream and password to a pkcs12 encrypted file. | |
Finalize | (Inherited from Object) | |
GetHashCode | (Inherited from Object) | |
GetMatches | Gets an enumerator of matching X.509 certificates based on the specified selector. | |
GetPrivateKey | Gets the private key for the specified certificate. | |
GetType | (Inherited from Object) | |
Import(Byte) | Imports the certificate(s) from the specified byte array. | |
Import(Stream) | Imports the certificate(s) from the specified stream. | |
Import(String) | Imports the certificate(s) from the specified file. | |
Import(Byte, String) | Imports certificates and private keys from the specified byte array. | |
Import(Stream, String) | Imports certificates and private keys from the specified stream. | |
Import(String, String) | Imports certificates and private keys from the specified file. | |
MemberwiseClone | (Inherited from Object) | |
Remove | Removes the specified certificate from the store. | |
RemoveRange | Removes the specified range of certificates from the store. | |
ToString | (Inherited from Object) |