PublicKey - CreateFromData[C] FlowSshC_PublicKey* __cdecl FlowSshC_PublicKey_CreateFromData(
[C++] [PublicKey] PublicKey(Data const& data); [C#] [PublicKey] public PublicKey(byte[] data); Parameters
[C] Return Value On success, returns a pointer to the created FlowSshC_PublicKey. If the data is corrupt, NULL is returned. Remarks Creates a public-key from the given data. Supported data formats are OpenSSH, SSH2, and Bitvise.
|