SshGssApiCredentials.SetMechanisms Method
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9083)
SetMechanisms(SshGssApiMechanisms[])
Sets a list of allowed GSSAPI authentication mechanism, in order of preference.
Declaration
public void SetMechanisms(params SshGssApiMechanisms[] mechanisms)
Parameters
Type | Name | Description |
---|---|---|
SshGssApiMechanisms[] | mechanisms | Allowed GSSAPI authentication mechanism in order of preference. |
Remarks
Setting an empty list will cause the default settings to be used.