PublicKey - CreateFromKeypair

[C]

FlowSshC_PublicKey* __cdecl FlowSshC_PublicKey_CreateFromKeypair(FlowSshC_Keypair* keypair);

[C++]

[PublicKey] PublicKey(RefPtr<Keypair> const& keypair);

[C#]

[PublicKey] public PublicKey(Keypair keypair);

Parameters

[C] Return Value

Pointer to the created FlowSshC_PublicKey.

Remarks

Creates a public-key from the given keypair.