Discuss this help topic in SecureBlackbox Forum

TElSSHKey.Headers

TElSSHKey     See also     


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


This read-only property contains headers that are placed to the file with public key.

Declaration

[C#]
    TElStringList Headers;

[VB.NET]
    Property Headers As TElStringList

[Pascal]
    property Headers : TStringList;

[C++]
    TElStringList* get_Headers();

[PHP]
    TElStringList get_Headers()

[Java]
    TElStringList getHeaders();

Description

    This property contains headers placed to the file with public key. This property is used only for IETF-keys.

See also:     Subject    

Discuss this help topic in SecureBlackbox Forum