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 name | Description | |
---|---|---|
![]() | None |
None.
|
![]() | Password |
Authentication method "password".
|
![]() | KeyboardInteractive |
Authentication method "keyboard-interactive".
|
![]() | PublicKey |
Authentication method "publickey".
|
![]() | GssapiWithMic |
Authentication method "gssapi-with-mic".
|
![]() | Any |
Any method.
|