Keypair - GetBitviseData[C] BSTR __cdecl FlowSshC_Keypair_GetBitviseData(FlowSshC_Keypair* keypair); [C++] [Keypair] Data GetBitviseData() const; [C#] [Keypair] public byte[] GetBitviseData(); [C] Parameters
Return Value Returns keypair data in the Bitvise format. The returned data is:
Remarks Usually you will save the keypair data retrieved here to a file, so it can conveniently be imported at some other location. |