The Certificate type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Handle |
Gets the handle of the Certificate.
|
![]() | IsCurrent |
Gets a value indicating whether the certificate is current, that is, has not expired.
|
![]() | KeyAlgorithm |
Returns the key algorithm information for this X.509v3 certificate.
|
![]() | Name |
Returns the name of the current principal.
|
![]() | PrivateKey |
Gets the private key for the certificate.
|
![]() | PublicKey |
Gets the public key derived from the certificate's data. This key cannot be used to sign or decrypt data.
|
![]() | SerialNumber |
Returns the serial number of the X.509v3 certificate.
|
![]() | SerialNumberString |
Returns the serial number of the X.509v3 certificate.
|
![]() | SupportsDataEncryption |
Gets a value indicating whether the certificate can be used for encrypting and decrypting messages.
|
![]() | SupportsDigitalSignature |
Gets a value indicating whether the certificate can be used for digital signatures.
|