KeyKeyFormat Property
Specifies the format in which the key is stored.
Syntax
int GetKeyKeyFormat();
Possible Values
CKF_OPEN_SSH(0),
CKF_OPEN_SSH2(1),
CKF_IETF(2),
CKF_PU_TTY(3),
CKF_X509(4),
CKF_BINARY(5),
CKF_SSH1(6),
CKF_PGP(7),
CKF_PKCS8(8)
Default Value
0
Remarks
Specifies the format in which the key is stored.
| ckfOpenSSH | 0 | |
| ckfOpenSSH2 | 1 | |
| ckfIETF | 2 | |
| ckfPuTTY | 3 | |
| ckfX509 | 4 | |
| ckfBinary | 5 | |
| ckfSSH1 | 6 | |
| ckfPGP | 7 | |
| ckfPKCS8 | 8 |
This property is read-only and not available at design time.
Data Type
Integer