PublicKey - GetAlg
[C]
BSTR __cdecl FlowSshC_PublicKey_GetAlg(FlowSshC_PublicKey* publicKey);
[C++]
[PublicKey] std::wstring GetAlg() const;
[C#]
[PublicKey] public string GetAlg();
[C] Parameters
- publicKey: FlowSshC_PublicKey pointer.
Return Value
A string that specifies the algorithm name. This may be either "ssh-rsa" (RSA Algorithm) or "ssh-dss" (Digital Signature Standard).
[C] The caller must release the returned BSTR with SysFreeString.