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

Remarks

Specifies a keypair used for further authentication.