Back to product page

Certificate Object


Deals with specific certificate.


Methods
AboutDisplays about box.
ExportExports PKCS#12 file that holds certificate and public key.
GenerateGenerates new self-signed certificate.
GenerateKeyGenerates new private key.
LoadLoads certificate from the file.
LoadKeyLoads private key from the file.
RequestMakes new certificate request.
SaveSaves certificate to the file.
SaveKeySaves private key to file.
ShowShows certificate.
Properties
BitCountHolds number of bits used in key derivation.
CommonNameHolds common name of the owner.
CountryHolds country name information.
DataHolds raw certificate data.
EmailHolds email address of the owner.
FriendlyNameHolds friendly name of the certificate.
HandleReturns MS PCCERT_CONTEXT handle.
HasPrivateKeyDetermines if certificate has associated private key.
IssuerHolds issuer certificate.
IssuerCommonNameHolds common name of the issuer.
IssuerCountryHolds country name of the issuer.
IssuerEmailHolds email address of the issuer.
IssuerLocalityHolds locality of the issuer.
IssuerOrganizationHolds organization of the issuer.
IssuerStateHolds state of the issuer.
IssuerTextHolds text of the issuer.
IssuerUnitHolds organization unit of the issuer.
LocalityHolds locality information.
OrganizationHolds organization name.
PrivateKeyHolds raw private key.
PublicKeyReturns raw public key.
PublicKeyOpenSSHReturns public key in OpenSSH format.
PublicKeyRSA1Returns public key in SSH1 format.
PublicKeySSHReturns public key in SSH2 format.
SerialNumberHolds serial number.
SerialNumberDecHolds serial number as decimal representation (for large 20-byte serial numbers).
SerialNumberHexHolds friendly name of the certificate.
StateHolds state information.
TextHolds text of the certificate.
UnitHolds organization unit.
ValidFromDetermines starting date since certificate is valid.
ValidToDetermines ending date until certificate is valid.
VersionHolds certificate version.

Platforms

Windows