Gets 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 Function GetMechanisms As SshGssApiMechanisms()
C#
public SshGssApiMechanisms[] GetMechanisms()

Return Value

List of GSSAPI authentication methods.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also