PublicKey - CreateCopy
[C]
FlowSshC_PublicKey* __cdecl FlowSshC_PublicKey_CreateCopy(FlowSshC_PublicKey* publicKey);
[C++]
[PublicKey] PublicKey(FlowSshC_PublicKey* publicKey);
Parameters
- publicKey: FlowSshC_PublicKey pointer. Public-key object to create a copy from.
[C] Return Value
Pointer to the created FlowSshC_PublicKey.
Remarks
Creates a public-key from another public-key object.