| Certificate Properties |
The Certificate type exposes the following members.
| Name | Description | |
|---|---|---|
| AsX509Certificate |
Gets the certificate as X509Certificate2 object.
| |
| EmailAddress |
Gets the e-mail address of the certificate principal.
| |
| HasPrivateKey |
Gets whether the certificate has a private key.
| |
| IssuedBy |
Gets the name of the certification authority that issued the X.509 certificate.
| |
| IssuedTo |
Gets the name of the entity this certificate was issued to.
| |
| IssuerDetails |
Gets the name of the certification authority which issued this X.509 certificate.
| |
| KeyAlgorithmString |
Gets a string containing OID of algorithm used to generate a public key of X.509 certificate.
| |
| LastResult |
Gets a numeric code of the last error.
| |
| Name |
Gets the details about the principal to which the certificate was issued.
| |
| PublicKey |
Gets a public key for X.509 certificate as a byte array.
| |
| PublicKeyString |
Gets a string containing a public key for X.509 certificate.
| |
| RawData |
Gets the raw X.509 certificate data as a byte array.
| |
| SerialNumber |
Gets the serial number of the X.509-formatted certificate as a byte array.
| |
| SerialNumberString |
Gets the serial number of the X.509-formatted certificate as a string.
| |
| SignatureAlgorithm |
Gets the information about cryptographic algorithm used to sign the certificate.
| |
| Subject |
Gets the subject of X.509 certificate.
| |
| SubjectAlternativeName |
Gets the subject's alternative name of X.509 certificate.
| |
| ThrowExceptions |
Gets or sets whether the object will throw exceptions on errors.
| |
| Thumbprint |
Gets the thumbprint of a certificate.
| |
| ValidFromDate |
Gets the date the certificate is valid from.
| |
| ValidToDate |
Gets the date the certificate certificate is no longer valid from.
|