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