Sets a list of allowed GSSAPI authentication mechanism, in order of preference.
Namespace:
Rebex.Net
Assembly:
Rebex.Networking (in Rebex.Networking.dll)
Syntax
Visual Basic |
---|
Public Sub SetMechanisms ( _ ParamArray mechanisms As SshGssApiMechanisms() _ ) |
C# |
---|
public void SetMechanisms( params SshGssApiMechanisms[] mechanisms ) |
Parameters
- mechanisms
- Type: array<Rebex.Net..::..SshGssApiMechanisms>[]()[][]
Allowed GSSAPI authentication mechanism in order of preference.
Remarks
Setting an empty list will cause the default settings to be used.