Site Map Contact Us Home
E-mail Newsletter
Subscribe to get informed about
Clever Components news.

Your Name:
Your Email:
 
SUBSCRIBE
 
Previous Newsletters
 




Products Articles Downloads Order Support
Customer Portal      

Certificate Store Description

Features | Detailed Description

Available in .NET, VCL and ActiveX editions.

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, SoapDSIG) and also the indexed Help documentation provided with the Clever Internet Suite installation for more details about using this component.

The most common members of the CertificateStore component can be seen below:

Property List

   Name    Description
 CRLFlags Certificate Revocation List validation flags.
 CSP Gets or sets the Cryptographic Service Provider name.
 EnhancedKeyUsage Gets or sets the certificate enhanced key usage OIDs.
 Items Gets the certificate object at the specified index in the collection.
 KeyLength Gets or sets the certificat key length to be used when creating new certificates.
 KeyName Gets or sets the certificate key name to be used in most operations with certificates.
 KeyType Gets or sets the certificate key type when creating a new certificate key.
 StoreName Gets the name of the certificate store.
 ValidFrom Gets or sets the certificate start date.
 ValidTo Gets or sets the certificate expiration date.

Method List

   Name    Description
 CertificateByEmail Gets the TclCertificate object with the specified email address.
 CertificateByIssuedTo Gets the TclCertificate object with the specified IssuedTo value.
 Close Removes all certificates from the Items collection.
 CreateCSR Creates a certificate sign request with parameters from the subject string.
 CreateKey Creates a certificate key.
 CreateSelfSigned Creates a self-signed certificate with given parameters.
 CreateSigned Creates a signed certificate with given parameters.
 DeleteKey Deletes the certificate key.
 ExportKey Exports the certificate key.
 ExportToCER Exports the selected certificate to the .CER file.
 ExportToPFX Exports the selected certificate to the .PFX file.
 GetKeyList Gets the certificate key list installed on the operating system.
 ImportFromCER Extracts and adds new instances of the Certificate object from the stream in .CER format.
 ImportFromPFX Extracts and adds new instances of the TclCertificate object from the .PFX file.
 ImportKey Imports the certificate key.
 ImportSignedCSR Imports signed Certificate Sign Request.
 Install Installs the certificate to the current certificate store.
 Open Opens the certificate store and Loads the certificates into the Items collection which are installed into the store.
 SignCSR Signs the Certificate Sign Reuqest.
 Uninstall Deletes the certificate from the certificate store.
 Verify Verifies the certificate.

    Copyright © 2000-2024