|
The Certificate Store ActiveX control provides storage of the client certificate objects containing X.509 certificates.
This ActiveX control implements a complete X.509 certificates standard as described in the RFC 3280 document.
Please see the Demos code (CertMgr, SMime, SoapDSIG) and also the indexed Help documentation provided with the Clever Internet ActiveX Suite installation for more details about using this control.
The most common members of the Certificate Store control can be seen below:
Name |
Description |
Count |
Gets the number of certificates contained in the Items collection. |
Item |
Gets the certificate object at the specified index in the collection. |
StoreName |
Gets the name of the certificate store. |
|
Name |
Description |
AddFrom |
Makes one certificate a duplicate of another. |
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. |
LoadFromSystemStore |
Loads the certificates into the Items collection which are installed into the system certificate store. |
|
|