PublicKey - GetBubbleBabble
[C]
BSTR __cdecl FlowSshC_PublicKey_GetBubbleBabble(FlowSshC_PublicKey* publicKey);
[C++]
[PublicKey] std::wstring GetBubbleBabble() const;
[C#]
[PublicKey] public string GetBubbleBabble();
[C] Parameters
- publicKey: FlowSshC_PublicKey pointer.
Return Value
A Bubble Babble fingerprint of the public-key.
[C] The caller must release the returned BSTR with SysFreeString.