Discuss this help topic in SecureBlackbox Forum
Returns the SHA256 fingerprint of the key
Declaration
[C#]
TMessageDigest256 GetKeyHashSHA256();
[VB.NET]
Function GetKeyHashSHA256() As TMessageDigest256
[Pascal]
function GetKeyHashSHA256: TMessageDigest256;
[C++]
void GetKeyHashSHA256(TMessageDigest256 &OutResult);
[PHP]
TMessageDigest256 GetKeyHashSHA256()
[Java]
TMessageDigest256 getKeyHashSHA256();
Return value
SHA256 fingerprint of the key.
Description
Call this method to obtain a SHA256 hash of the key.
Discuss this help topic in SecureBlackbox Forum