X509Certificate |
public class X509CertificateRecord
The X509CertificateRecord type exposes the following members.
| Name | Description | |
|---|---|---|
| X509CertificateRecord | Initialize a new instance of the X509CertificateRecord class. | |
| X509CertificateRecord(X509Certificate) | Initialize a new instance of the X509CertificateRecord class. | |
| X509CertificateRecord(X509Certificate, AsymmetricKeyParameter) | Initialize a new instance of the X509CertificateRecord class. |
| Name | Description | |
|---|---|---|
| Algorithms | Gets or sets the encryption algorithm capabilities. | |
| AlgorithmsUpdated | Gets or sets the date when the algorithms were last updated. | |
| BasicConstraints | Gets the basic constraints of the certificate. | |
| Certificate | Gets the certificate. | |
| Fingerprint | Gets the fingerprint of the certificate. | |
| Id | Gets the identifier. | |
| IsAnchor | Gets whether the certificate is an anchor. | |
| IssuerName | Gets the certificate's issuer name. | |
| IsTrusted | Gets or sets a value indicating whether the certificate is trusted. | |
| KeyUsage | Gets the key usage flags for the certificate. | |
| NotAfter | Gets the end date and time for which the certificate is valid. | |
| NotBefore | Gets the starting date and time for which the certificate is valid. | |
| PrivateKey | Gets the private key. | |
| SerialNumber | Gets the serial number of the certificate. | |
| SubjectDnsNames | Gets the subject DNS names. | |
| SubjectEmail | Gets the subject email address. | |
| SubjectKeyIdentifier | Gets the certificate's subject key identifier. | |
| SubjectName | Gets the certificate's subject name. |
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object) | |
| Finalize | (Inherited from Object) | |
| GetHashCode | (Inherited from Object) | |
| GetType | (Inherited from Object) | |
| MemberwiseClone | (Inherited from Object) | |
| ToString | (Inherited from Object) |