The LLCertificateStore type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | LLCertificateStore(CertificateStore) |
Create an LLCertificateStore from a CertificateStore.
This will be a read only certificate.
|
![]() | LLCertificateStore(StoreLocation, String) |
Initializes a new instance of the LLCertificateStore class.
|
![]() | LLCertificateStore(CertificateStore, String, StoreLocation) |
Create an LLCertificateStore from a CertificateStore, specifying attributes.
|
![]() | LLCertificateStore(CertificateStore, String, String, StoreLocation) |
Create an LLCertificateStore from a CertificateStore, specifying attributes.
This will be a writable certificate.
|
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.) |
Properties
Name | Description | |
---|---|---|
![]() | Handle |
Gets the handle of the CertificateStore.
(Inherited from CertificateStore.) |
![]() | Location |
Gets or sets the location.
|
![]() | Name |
Gets the name.
|
![]() | Path |
Gets the path.
|
![]() | ReadOnly |
Gets or sets a value indicating whether [read only].
|
![]() | RegistryKey |
Gets the relativ store location in the registry.
|
![]() | SerialNumber |
Gets the serial number.
The serial number is the SHA1 of the certificate name + certificate location
|