Authentication method.

Namespace:  Rebex.Net
Assembly:  Rebex.Networking (in Rebex.Networking.dll)

Syntax

Visual Basic
<FlagsAttribute> _
Public Enumeration SshAuthenticationMethod
C#
[FlagsAttribute]
public enum SshAuthenticationMethod

Members

Member nameDescription
Supported by the .NET Compact FrameworkNone
None.
Supported by the .NET Compact FrameworkPassword
Authentication method "password".
Supported by the .NET Compact FrameworkKeyboardInteractive
Authentication method "keyboard-interactive".
Supported by the .NET Compact FrameworkPublicKey
Authentication method "publickey".
Supported by the .NET Compact FrameworkGssapiWithMic
Authentication method "gssapi-with-mic".
Supported by the .NET Compact FrameworkAny
Any method.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also