public enum SshAuthenticationType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum SshAuthenticationType Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
KeyboardInteractive | Keyboard-interactive authentication will be used. |
Password | Password will be used for authentication. |
PublicKey | Public-key authentication will be used. |
System.Object
System.ValueType
System.Enum
Devart.Common.SshAuthenticationType