Discuss this help topic in SecureBlackbox Forum

TElSSHKey.KeyFormat

TElSSHKey     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


This property specifies key format.

Declaration

[C#]
    TSBSSHKeyFormat KeyFormat;

[VB.NET]
    Property KeyFormat As TSBSSHKeyFormat

[Pascal]
    property KeyFormat : TSBSSHKeyFormat;

[C++]
    TSBSSHKeyFormat get_KeyFormat();
    void set_KeyFormat(TSBSSHKeyFormat Value);

[PHP]
    integer get_KeyFormat()
    void set_KeyFormat(integer $Value)

[Java]
    TSBSSHKeyFormat getKeyFormat();
    void setKeyFormat(TSBSSHKeyFormat Value);

Values

Description

    This property specifies key format.
    Public keys and private keys can be saved in different sets of formats.
    Public keys can be saved and loaded in SSH1, OpenSSH, kfIETF/kfPutty (the same format for public keys).
    Private keys can be saved and loaded in SSH1, OpenSSH, Binary, Putty, IETF (Putty and IETF use different formats here) formats.
    X.509 and OpenPGP constants are used to denote that the key has been imported from the corresponding source, but the SSH key can't be saved in those "formats".

Discuss this help topic in SecureBlackbox Forum