Discuss this help topic in SecureBlackbox Forum
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.
Discuss this help topic in SecureBlackbox Forum