TelnetConnector.LoginMethodType ​
Types of login methods supported by the connector.
Kind: Enum
Namespace: ConnectorLib
Inheritance: IComparable → IConvertible → IFormattable → ISpanFormattable
Public Attributes
LoginMethodType
UsernamePassword
Username and password authentication.
LoginMethodType
UsernameOnly
Username only authentication.
LoginMethodType
PasswordOnly
Password only authentication.
Enums
TelnetConnector.LoginMethodType
[UsernamePassword = 0, UsernameOnly = 1, PasswordOnly = 2]Types of login methods supported by the connector.
