The LLCertificate type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | AssociateWithPrivateKey(String, String) |
Associates the certificate with a private key from a PVK file.
(Inherited from Certificate.) |
![]() | AssociateWithPrivateKey(String, String, Boolean) |
Associates the certificate with a private key from a PVK file.
(Inherited from Certificate.) |
![]() | Clone |
Creates a copy of this Certificate.
(Inherited from Certificate.) |
![]() ![]() | CreateCertificate(String, CertificateFormat) |
Creates the certificate from a DER/PEM file
|
![]() ![]() | CreateCertificate(String, String) |
Creates the certificate from a PFX file
|
![]() ![]() | CreateFromPemString |
Creates a new certificate from a PEM/Base64 string.
|
![]() | Equals(Object) |
Compares two Certificate objects for equality.
(Inherited from Certificate.) |
![]() | Equals(X509Certificate) |
Compares a Certificate object and an X509Certificate object for equality.
(Inherited from Certificate.) |
![]() | Equals(Certificate) |
Compares two Certificate objects for equality.
(Inherited from Certificate.) |
![]() | ExportPrivateKey |
Exports the private key of this certificate to a PVK file.
(Inherited from Certificate.) |
![]() | Finalize |
Disposes of the certificate and frees unmanaged resources.
(Inherited from Certificate.) |
![]() | FindExtension |
Searches for a certificate extension.
(Inherited from Certificate.) |
![]() | GetCertHash()()()() |
Returns the hash value for the X.509v3 certificate as an array of bytes.
(Inherited from Certificate.) |
![]() | GetCertHash(HashType) |
Returns the hash value for the X.509v3 certificate as an array of bytes.
(Inherited from Certificate.) |
![]() | GetCertHashString()()()() |
Returns the hash value for the X.509v3 certificate as a hexadecimal string.
(Inherited from Certificate.) |
![]() | GetCertHashString(HashType) |
Returns the hash value for the X.509v3 certificate as a hexadecimal string.
(Inherited from Certificate.) |
![]() | GetCertificateChain |
Returns a CertificateChain where the leaf certificate corresponds to this Certificate.
(Inherited from Certificate.) |
![]() | GetChain |
Gets the chain.
|
![]() | GetDistinguishedName |
Returns a list of attributes of the X.509v3 certificate.
(Inherited from Certificate.) |
![]() | GetEffectiveDate |
Returns the effective date of this X.509v3 certificate.
(Inherited from Certificate.) |
![]() | GetEnhancedKeyUsage |
Returns a list of enhanced key usages of the X.509v3 certificate.
(Inherited from Certificate.) |
![]() | GetExpirationDate |
Returns the expiration date of this X.509v3 certificate.
(Inherited from Certificate.) |
![]() | GetExtensions |
Returns a list of extensions of the X.509v3 certificate.
(Inherited from Certificate.) |
![]() | GetFormat |
Returns the name of the format of this X.509v3 certificate.
(Inherited from Certificate.) |
![]() | GetHashCode |
Returns the hash code for the X.509v3 certificate as an integer.
(Inherited from Certificate.) |
![]() | GetIntendedKeyUsage |
Returns a list of intended key usages of the X.509v3 certificate.
(Inherited from Certificate.) |
![]() | GetIssuerName |
Returns the name of the certification authority that issued the X.509v3 certificate.
(Inherited from Certificate.) |
![]() | GetKeyAlgorithmParameters |
Returns the key algorithm parameters for the X.509v3 certificate.
(Inherited from Certificate.) |
![]() | GetKeyAlgorithmParametersString |
Returns the key algorithm parameters for the X.509v3 certificate.
(Inherited from Certificate.) |
![]() | GetKeyIdentifier |
Gets the unique identifier associated with the key.
(Inherited from Certificate.) |
![]() | GetPublicKey |
Returns the public key for the X.509v3 certificate.
(Inherited from Certificate.) |
![]() | GetPublicKeyLength |
Returns the length of the public key of the X.509v3 certificate.
(Inherited from Certificate.) |
![]() | GetPublicKeyString |
Returns the public key for the X.509v3 certificate.
(Inherited from Certificate.) |
![]() | GetRawCertData |
Returns the raw data for the entire X.509v3 certificate.
(Inherited from Certificate.) |
![]() | GetRawCertDataString |
Returns the raw data for the entire X.509v3 certificate.
(Inherited from Certificate.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | HasPrivateKey |
Checks whether the Certificate has a private key associated with it.
(Inherited from Certificate.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToBase64String |
Returns a Base64-encoded representation of the certificate.
(Inherited from Certificate.) |
![]() | ToCerBuffer |
Saves the Certificate as an encoded buffer.
(Inherited from Certificate.) |
![]() | ToCerFile |
Saves the Certificate as an encoded file.
(Inherited from Certificate.) |
![]() | ToPemBuffer |
Converts the Certificate to a PEM encoded buffer.
(Inherited from Certificate.) |
![]() | ToPfxBuffer |
Saves the Certificate as a PFX encoded buffer.
(Inherited from Certificate.) |
![]() | ToPfxFile |
Saves the Certificate as a PFX encoded file.
(Inherited from Certificate.) |
![]() | ToString()()()() |
Returns a string representation of the current Certificate object.
(Inherited from Certificate.) |
![]() | ToString(Boolean) |
Returns a string representation of the current X509Certificate object, with extra information, if specified.
(Inherited from Certificate.) |
![]() | ToX509 |
Returns an X509Certificate object that corresponds to this Certificate.
(Inherited from Certificate.) |
![]() | VerifyRevocation |
Verifies whether this certificate has been revoked or not.
(Inherited from Certificate.) |