PublicKey - GetMD5

[C]

BSTR __cdecl FlowSshC_PublicKey_GetMD5(FlowSshC_PublicKey* publicKey);

[C++]

[PublicKey] std::wstring GetMD5() const;

[C#]

[PublicKey] public string GetMD5();

[C] Parameters

Return Value

A MD5 fingerprint of the public-key.
[C] The caller must release the returned BSTR with SysFreeString.