|
The Certificate Store component provides storage of the client certificate objects containing X.509 certificates.
This component implements a complete X.509 certificates standard as described in the RFC 3280 document.
Please see the Demos code (CertMgr, SMime) and also the indexed Help documentation provided with the Clever Internet .NET Suite installation for more details about using this component.
The most common members of the CertificateStore component can be seen below:
Name |
Description |
Items |
Gets the Certificate object at the specified index in the collection. |
StoreName |
Gets the name of the certificate store. |
|
Name |
Description |
AddFromBinary |
Extracts and adds new instances of the certificate object from the amount of binary data. |
AddSelfSigned |
Creates a self-signed certificate with given parameters, signs it and adds to the certificates collection. |
CertificateByEmail |
Gets the Certificate object with the specified email address. |
CertificateByIssuedTo |
Gets the Certificate object with the specified IssuedTo value. |
ImportFromPFX |
Extracts and adds new instances of the certificate object from the .PFX file. |
ExportToPFX |
Exports the selected certificate to the .PFX file. |
LoadFromStore |
Loads the certificates into the Items collection which are installed into the certificate store. |
LoadFromSystemStore |
Loads the certificates into the Items collection which are installed into the system certificate store. |
|
|