SecureBlackbox 2020 C++ Builder Edition

Questions / Feedback?

KeyKeyFormat Property

Specifies the format in which the key is stored.

Syntax

__property TsbxSSHKeyManagerKeyKeyFormats KeyKeyFormat = { read=FKeyKeyFormat };
enum TsbxSSHKeyManagerKeyKeyFormats { ckfOpenSSH=0, ckfOpenSSH2=1, ckfIETF=2, ckfPuTTY=3, ckfX509=4, ckfBinary=5, ckfSSH1=6, ckfPGP=7, ckfPKCS8=8 };

Default Value

ckfOpenSSH

Remarks

Specifies the format in which the key is stored.

ckfOpenSSH0
ckfOpenSSH21
ckfIETF2
ckfPuTTY3
ckfX5094
ckfBinary5
ckfSSH16
ckfPGP7
ckfPKCS88

This property is read-only and not available at design time.

Data Type

Integer

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