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. |