The members of System.Security.Cryptography.X509Certificates.X509Certificate are listed below.
See Also: Inherited members from System.Object
Initializes a new instance of the System.Security.Cryptography.X509Certificates.X509Certificate class. | ||
Initializes a new instance of the System.Security.Cryptography.X509Certificates.X509Certificate class defined from a sequence of bytes representing an X.509v3 certificate. | ||
Initializes a new instance of the System.Security.Cryptography.X509Certificates.X509Certificate class using a handle to an unmanaged PCCERT_CONTEXT structure. | ||
Initializes a new instance of the System.Security.Cryptography.X509Certificates.X509Certificate class using another System.Security.Cryptography.X509Certificates.X509Certificate class. | ||
Initializes a new instance of the System.Security.Cryptography.X509Certificates.X509Certificate class using the name of a PKCS7 signed file. | ||
Initializes a new instance of the System.Security.Cryptography.X509Certificates.X509Certificate class using a byte array and a password. | ||
Initializes a new instance of the System.Security.Cryptography.X509Certificates.X509Certificate class using a byte array and a password. | ||
Initializes a new instance of the System.Security.Cryptography.X509Certificates.X509Certificate class using a System.Runtime.Serialization.SerializationInfo object and a System.Runtime.Serialization.StreamingContext structure. | ||
Initializes a new instance of the System.Security.Cryptography.X509Certificates.X509Certificate class using a certificate file name and a password. | ||
Initializes a new instance of the System.Security.Cryptography.X509Certificates.X509Certificate class using the name of a PKCS7 signed file and a password to access the certificate. | ||
Initializes a new instance of the System.Security.Cryptography.X509Certificates.X509Certificate class using a byte array, a password, and a key storage flag. | ||
Initializes a new instance of the System.Security.Cryptography.X509Certificates.X509Certificate class using a byte array, a password, and a key storage flag. | ||
Initializes a new instance of the System.Security.Cryptography.X509Certificates.X509Certificate class using a certificate file name, a password, and a key storage flag. | ||
Initializes a new instance of the System.Security.Cryptography.X509Certificates.X509Certificate class using the name of a PKCS7 signed file, a password to access the certificate, and a key storage flag. |
[read-only] | Handle | IntPtr.
Gets a handle to a Microsoft Cryptographic API certificate context described by an unmanaged PCCERT_CONTEXT structure. |
[read-only] | Issuer | string.
Gets the name of the certificate authority that issued the X.509v3 certificate. |
[read-only] | Subject | string.
Gets the subject distinguished name from the certificate. |
static | CreateFromCertFile(string)
| |
static | CreateFromSignedFile(string)
| |
override | Equals(object)
| |
Equals(System.Security.Cryptography.X509Certificates.X509Certificate)
| ||
Export(System.Security.Cryptography.X509Certificates.X509ContentType)
| ||
Export(System.Security.Cryptography.X509Certificates.X509ContentType, System.Security.SecureString)
| ||
Export(System.Security.Cryptography.X509Certificates.X509ContentType, string)
| ||
GetCertHash()
| ||
GetCertHashString()
| ||
GetEffectiveDateString()
| ||
GetExpirationDateString()
| ||
GetFormat()
| ||
override | GetHashCode()
| |
GetIssuerName()
| ||
GetKeyAlgorithm()
| ||
GetKeyAlgorithmParameters()
| ||
GetKeyAlgorithmParametersString()
| ||
GetName()
| ||
GetPublicKey()
| ||
GetPublicKeyString()
| ||
GetRawCertData()
| ||
GetRawCertDataString()
| ||
GetSerialNumber()
| ||
GetSerialNumberString()
| ||
Import(byte[])
| ||
Import(string)
| ||
Import(byte[], System.Security.SecureString, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags)
| ||
Import(byte[], string, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags)
| ||
Import(string, System.Security.SecureString, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags)
| ||
Import(string, string, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags)
| ||
Reset()
| ||
override | ToString()
| |
ToString(bool)
|
static | FormatDate(DateTime)
|
System.Runtime.Serialization.ISerializable.GetObjectData |
Gets serialization information with all the data needed to recreate an instance of the current System.Security.Cryptography.X509Certificates.X509Certificate object. | |
System.Runtime.Serialization.IDeserializationCallback.OnDeserialization |
Implements the System.Runtime.Serialization.ISerializable interface and is called back by the deserialization event when deserialization is complete. |