Back to product page
- Introduction
- License Agreement
- Objects
- Certificate
- Methods
- Properties
- BitCount
- CommonName
- Country
- Data
- FriendlyName
- Handle
- HasPrivateKey
- Issuer
- IssuerCommonName
- IssuerCountry
- IssuerEmail
- IssuerLocality
- IssuerOrganization
- IssuerState
- IssuerText
- IssuerUnit
- Locality
- Organization
- PrivateKey
- PublicKey
- PublicKeyOpenSSH
- PublicKeyRSA1
- PublicKeySSH
- SerialNumber
- SerialNumberDec
- SerialNumberHex
- State
- Text
- Unit
- ValidFrom
- ValidTo
- Version
- Certificates
- CertLocation
- CertStores
- Enumerations
- Certificate
- How to get support?
- Tehnical information
- Error list
CertKeyTypes Enumeration
Supported private key types.
Remarks
SSH2 protocol specification defines RSA cipher as default, and it should be supported by all clients/servers, so it is advised you should use it. However, there are servers that prefer DSA algorithm to be used (due to RSA patent, which has in the meantime expired) GenerateKey and LoadKey methods support both of these types.Possible values for CertKeyTypes:
Constant | Value | Description |
---|---|---|
RSAkey | 0 | Uses RSA algorithm to create keys. |
DSAkey | 1 | Uses DSA algorithm to create keys. |