X509Certificate2 Properties
.NET Framework 4
The X509Certificate2 type exposes the following members.
| Name | Description | |
|---|---|---|
|
Archived | Gets or sets a value indicating that an X.509 certificate is archived. |
|
Extensions | Gets a collection of X509Extension objects. |
|
FriendlyName | Gets or sets the associated alias for a certificate. |
|
Handle | Gets a handle to a Microsoft Cryptographic API certificate context described by an unmanaged PCCERT_CONTEXT structure. (Inherited from X509Certificate.) |
|
HasPrivateKey | Gets a value that indicates whether an X509Certificate2 object contains a private key. |
|
Issuer | Gets the name of the certificate authority that issued the X.509v3 certificate. (Inherited from X509Certificate.) |
|
IssuerName | Gets the distinguished name of the certificate issuer. |
|
NotAfter | Gets the date in local time after which a certificate is no longer valid. |
|
NotBefore | Gets the date in local time on which a certificate becomes valid. |
|
PrivateKey | Gets or sets the AsymmetricAlgorithm object that represents the private key associated with a certificate. |
|
PublicKey | Gets a PublicKey object associated with a certificate. |
|
RawData | Gets the raw data of a certificate. |
|
SerialNumber | Gets the serial number of a certificate. |
|
SignatureAlgorithm | Gets the algorithm used to create the signature of a certificate. |
|
Subject | Gets the subject distinguished name from the certificate. (Inherited from X509Certificate.) |
|
SubjectName | Gets the subject distinguished name from a certificate. |
|
Thumbprint | Gets the thumbprint of a certificate. |
|
Version | Gets the X.509 format version of a certificate. |