The Certificate type exposes the following members.

Properties

  NameDescription
Public propertyHandle
Gets the handle of the Certificate.
Public propertyIsCurrent
Gets a value indicating whether the certificate is current, that is, has not expired.
Public propertyKeyAlgorithm
Returns the key algorithm information for this X.509v3 certificate.
Public propertyName
Returns the name of the current principal.
Public propertyPrivateKey
Gets the private key for the certificate.
Public propertyPublicKey
Gets the public key derived from the certificate's data. This key cannot be used to sign or decrypt data.
Public propertySerialNumber
Returns the serial number of the X.509v3 certificate.
Public propertySerialNumberString
Returns the serial number of the X.509v3 certificate.
Public propertySupportsDataEncryption
Gets a value indicating whether the certificate can be used for encrypting and decrypting messages.
Public propertySupportsDigitalSignature
Gets a value indicating whether the certificate can be used for digital signatures.

See Also