Keypair - GetBitviseData
[C]
BSTR __cdecl FlowSshC_Keypair_GetBitviseData(FlowSshC_Keypair* keypair);
[C++]
[Keypair] Data GetBitviseData() const;
[C#]
[Keypair] public byte[] GetBitviseData();
[C] Parameters
- keypair: FlowSshC_Keypair pointer.
Return Value
Returns keypair data in the Bitvise format. The returned data is:
- [C] A BSTR. The caller must release the returned BSTR with SysFreeString.
- [C++] A Data object.
- [.NET] An array of type Byte.
Remarks
Usually you will save the keypair data retrieved here to a file, so it can conveniently be imported at some other location.