The LLCertificate type exposes the following members.

Properties

  NameDescription
Public propertyEffectiveDate
Gets the effective date.
Public propertyFileFormat
Gets or sets the file format.
Public propertyFormat
Gets the format.
Public propertyHandle
Gets the handle of the Certificate.
(Inherited from Certificate.)
Public propertyHash
Gets the hash.
Public propertyIsCurrent
Gets a value indicating whether the certificate is current, that is, has not expired.
(Inherited from Certificate.)
Public propertyIssuer
Gets the issuer.
Public propertyKeyAlgorithm
Returns the key algorithm information for this X.509v3 certificate.
(Inherited from Certificate.)
Public propertyKeyParameters
Gets the key parameters.
Public propertyName
Returns the name of the current principal.
(Inherited from Certificate.)
Public propertyPath
Gets or sets the path.
Public propertyPrivateKey
Gets the private key for the certificate.
(Inherited from Certificate.)
Public propertyPrivateKeyXml
Gets the private key as an XML string.
Public propertyPublicKey
Gets the public key derived from the certificate's data. This key cannot be used to sign or decrypt data.
(Inherited from Certificate.)
Public propertyPublicKeyStr
Gets the public key as a hexadecimal string.
Public propertyPublicKeyXml
Gets the public key as an XML string.
Public propertySerialNumber
Returns the serial number of the X.509v3 certificate.
(Inherited from Certificate.)
Public propertySerialNumberString
Returns the serial number of the X.509v3 certificate.
(Inherited from Certificate.)
Public propertySupportsDataEncryption
Gets a value indicating whether the certificate can be used for encrypting and decrypting messages.
(Inherited from Certificate.)
Public propertySupportsDigitalSignature
Gets a value indicating whether the certificate can be used for digital signatures.
(Inherited from Certificate.)
Public propertyToDate
Gets to date.

See Also