FurtherAuth - SetKeypair
[C]
void __cdecl FlowSshC_FurtherAuth_SetKeypair(
FlowSshC_FurtherAuth* furtherAuth,
FlowSshC_Keypair* keypair);
[C++]
[FurtherAuth] void SetKeypair(RefPtrConst<Keypair> const& keypair);
[C#]
[FurtherAuth] public void SetKeypair(Keypair keypair);
Parameters
- [C] furtherAuth: FlowSshC_FurtherAuth pointer.
- keypair: The keypair for further authentication.
Remarks
Specifies a keypair used for further authentication.