Discuss this help topic in SecureBlackbox Forum

TElSSHKey.FingerprintSHA1String

TElSSHKey     See also     


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


Returns the formatted string with SHA1-fingerprint of the key.

Declaration

[C#]
    string FingerprintSHA1String;

[VB.NET]
    Property FingerprintSHA1String As String

[Pascal]
    property FingerprintSHA1String : string;

[C++]
    void get_FingerprintSHA1String(std::string &OutResult);

[PHP]
    string get_FingerprintSHA1String()

[Java]
    String getFingerprintSHA1String();

Description

    Use this property to get the formatted string that contains SHA1-fingerprint of the key in the form shown by Putty and OpenSSH.

See also:     FingerprintSHA1    

Discuss this help topic in SecureBlackbox Forum