Keypair - CreateCopy
[C]
FlowSshC_Keypair* __cdecl FlowSshC_Keypair_CreateCopy(FlowSshC_Keypair* keypair);
[C++]
[Keypair] Keypair(FlowSshC_Keypair* keypair);
Parameters
- keypair: FlowSshC_Keypair pointer. Keypair object to create a copy from.
[C] Return Value
Pointer to the created FlowSshC_Keypair.
Remarks
Creates a keypair from another keypair object.