Discuss this help topic in SecureBlackbox Forum

TElSSHKey.FingerprintMD5String

TElSSHKey     See also     


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


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

Declaration

[C#]
    string FingerprintMD5String;

[VB.NET]
    Property FingerprintMD5String As String

[Pascal]
    property FingerprintMD5String : string;

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

[PHP]
    string get_FingerprintMD5String()

[Java]
    String getFingerprintMD5String();

Description

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

See also:     FingerprintMD5    

Discuss this help topic in SecureBlackbox Forum