Mentalis.org Security Library documentation

Certificate Properties

The properties of the Certificate class are listed below. For a complete list of Certificate class members, see the Certificate Members topic.

Public Instance Properties

Handle Gets the handle of the Certificate.
IsCurrent Gets a value indicating whether the certificate is current, that is, has not expired.
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.
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.

See Also

Certificate Class | Org.Mentalis.Security.Certificates Namespace