Returns a value indicating whether the clear text login is disabled.
public bool ClearTextLoginDisabled { get; }
Public ReadOnly Property ClearTextLoginDisabled As Boolean
public:
property bool ClearTextLoginDisabled {
bool get();
}
Value
A value indicating whether the clear text login is disabled.
Remarks
Either use one of the more secure authentication methods, or upgrade
to TLS/SSL if you wish to perform clear text login.