![]() | Certificate Class |
A X.509 certificate
public class Certificate : NativeObject
The Certificate type exposes the following members.
Name | Description | |
---|---|---|
![]() | Fingerprint | The certificate's fingerprint The hex string representation of the certificate’s SHA-1 digest. |
![]() | IssuerName | The name of the certificate's issuer (CA) The common name (CN) of the certificate authority (CA) that issued the certificate. |
![]() | NotAfter | The date after which the certificate is no longer valid. |
![]() | NotBefore | The date on which the certificate becomes valid. |
![]() | RawData | The raw data of the certificate as a byte array |
![]() | Source | Source of the certificate |
![]() | SubjectName | The name (subject) of the certificate The common name (CN) of the person or authority that owns the certificate. |
![]() | Validity | Whether the certificate is valid according to the validation profile used |
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from NativeObject) |
![]() | GetHashCode | (Inherited from NativeObject) |