The LLCertificate type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | EffectiveDate |
Gets the effective date.
|
![]() | FileFormat |
Gets or sets the file format.
|
![]() | Format |
Gets the format.
|
![]() | Handle |
Gets the handle of the Certificate.
(Inherited from Certificate.) |
![]() | Hash |
Gets the hash.
|
![]() | IsCurrent |
Gets a value indicating whether the certificate is current, that is, has not expired.
(Inherited from Certificate.) |
![]() | Issuer |
Gets the issuer.
|
![]() | KeyAlgorithm |
Returns the key algorithm information for this X.509v3 certificate.
(Inherited from Certificate.) |
![]() | KeyParameters |
Gets the key parameters.
|
![]() | Name |
Returns the name of the current principal.
(Inherited from Certificate.) |
![]() | Path |
Gets or sets the path.
|
![]() | PrivateKey |
Gets the private key for the certificate.
(Inherited from Certificate.) |
![]() | PrivateKeyXml |
Gets the private key as an XML string.
|
![]() | PublicKey |
Gets the public key derived from the certificate's data. This key cannot be used to sign or decrypt data.
(Inherited from Certificate.) |
![]() | PublicKeyStr |
Gets the public key as a hexadecimal string.
|
![]() | PublicKeyXml |
Gets the public key as an XML string.
|
![]() | SerialNumber |
Returns the serial number of the X.509v3 certificate.
(Inherited from Certificate.) |
![]() | SerialNumberString |
Returns the serial number of the X.509v3 certificate.
(Inherited from Certificate.) |
![]() | SupportsDataEncryption |
Gets a value indicating whether the certificate can be used for encrypting and decrypting messages.
(Inherited from Certificate.) |
![]() | SupportsDigitalSignature |
Gets a value indicating whether the certificate can be used for digital signatures.
(Inherited from Certificate.) |
![]() | ToDate |
Gets to date.
|