![]() | 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. |
![]() | HasPrivateKey | Whether the cryptographic provider has a private key for the certificate. Note that whether the private key is found and whether it can actually be used for signing may depend on the provider's login state. |
![]() | Issuer | The name of the certificate's issuer (CA) The common name (CN) of the certificate authority (CA) who issued the certificate. |
![]() | Name | The name (subject) of the certificate The common name (CN) of the person or authority who owns the certificate. |
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from NativeObject) |
![]() | GetHashCode | (Inherited from NativeObject) |