SecureBlackbox Lite 2020 C++ Edition

Questions / Feedback?

ServerKeyKeyFormat Property

Specifies the format in which the key is stored.

Syntax

ANSI (Cross Platform)
int GetServerKeyKeyFormat();

Unicode (Windows)
INT GetServerKeyKeyFormat();

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)
@property (nonatomic,readonly,assign,getter=serverKeyKeyFormat) int serverKeyKeyFormat;
- (int)serverKeyKeyFormat;

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)
#define PID_SSHCLIENT_SERVERKEYKEYFORMAT 77

SECUREBLACKBOXLITE_EXTERNAL void* SECUREBLACKBOXLITE_CALL SecureBlackboxLite_SSHClient_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

0

Remarks

Specifies the format in which the key is stored.

ckfOpenSSH0
ckfOpenSSH21
ckfIETF2
ckfPuTTY3
ckfX5094
ckfBinary5
ckfSSH16
ckfPGP7
ckfPKCS88

This property is read-only.

Data Type

Integer

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox Lite 2020 C++ Edition - Version 20.0 [Build 8166]