Class BasicAuthenticator
Basic authenticator with username and password.
Credentials are sent to the server in plain text, unless SSL/TLS is enabled - see SslStreamFactory.public sealed class BasicAuthenticator : IAuthenticator
- Inheritance
-
BasicAuthenticator
- Implements
- Inherited Members
Properties
Identity
Gets the identity.
public object Identity { get; }
Property Value
Password
Gets or sets the password.
public string Password { get; set; }
Property Value
Secret
Gets the secret.
public object Secret { get; }
Property Value
Type
Gets the authenticator type.
public string Type { get; }
Property Value
Username
Gets or sets the username.
public string Username { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.