The LLCertificateStore type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | AddCertificate |
Adds a Certificate to the CertificateStore.
(Inherited from CertificateStore.) |
![]() | DeleteCertificate |
Deletes a Certificate from the CertificateStore.
(Inherited from CertificateStore.) |
![]() ![]() | DeleteCertificateStore |
Deletes a certificate store.
|
![]() | EnumCertificates()()()() |
Enumerates all the certificates in the store.
(Inherited from CertificateStore.) |
![]() | EnumCertificates(array<String>[]()[][]) |
Enumerates all the certificates in the store.
(Inherited from CertificateStore.) |
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize |
Disposes of the CertificateStore.
(Inherited from CertificateStore.) |
![]() | FindCertificate()()()() |
Returns the first certificate from the CertificateStore.
(Inherited from CertificateStore.) |
![]() | FindCertificate(Certificate) |
Returns a certificate from the CertificateStore.
(Inherited from CertificateStore.) |
![]() | FindCertificateByHash(array<Byte>[]()[][]) |
Finds a certificate with a matching hash.
(Inherited from CertificateStore.) |
![]() | FindCertificateByHash(array<Byte>[]()[][], HashType) |
Finds a certificate with a matching hash.
(Inherited from CertificateStore.) |
![]() | FindCertificateByKeyIdentifier |
Finds a certificate with a matching key identifier.
(Inherited from CertificateStore.) |
![]() | FindCertificateBySubjectName(String) |
Finds a certificate with a matching subject name.
(Inherited from CertificateStore.) |
![]() | FindCertificateBySubjectName(String, Certificate) |
Finds a certificate with a matching subject name.
(Inherited from CertificateStore.) |
![]() | FindCertificateBySubjectString(String) |
Finds a certificate with a subject that contains a specified string.
(Inherited from CertificateStore.) |
![]() | FindCertificateBySubjectString(String, Certificate) |
Finds a certificate with a subject that contains a specified string.
(Inherited from CertificateStore.) |
![]() | FindCertificateByUsage(array<String>[]()[][]) |
Finds a certificate having an enhanced key extension that matches one of the keyUsage members.
(Inherited from CertificateStore.) |
![]() | FindCertificateByUsage(array<String>[]()[][], Certificate) |
Finds a certificate having an enhanced key extension that matches one of the keyUsage members.
(Inherited from CertificateStore.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | InitStore |
Initializes a new CertificateStore from a given handle.
(Inherited from CertificateStore.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | SaveCertificateStoreFile |
Temporary save of the certificate store certificate
|
![]() | ToCerBuffer |
Saves the CertificateStore in a buffer.
(Inherited from CertificateStore.) |
![]() | ToCerFile |
Saves the CertificateStore in a file.
(Inherited from CertificateStore.) |
![]() | ToPfxBuffer |
Saves the CertificateStore as a PFX encoded file.
(Inherited from CertificateStore.) |
![]() | ToPfxFile |
Saves the CertificateStore as a PFX encoded file.
(Inherited from CertificateStore.) |
![]() | ToString | Returns a String that represents the current Object. (Inherited from Object.) |