Class BasicAuthCredentials
Represents basic authentication credentials consisting of a username and password.
Inherited Members
Namespace: Innovt.Domain.Security
Assembly: Innovt.Domain.dll
Syntax
public class BasicAuthCredentials
Properties
| Edit this page View SourcePassword
Gets or sets the password for basic authentication.
Declaration
public string Password { get; set; }
Property Value
Type | Description |
---|---|
string |
Username
Gets or sets the username for basic authentication.
Declaration
public string Username { get; set; }
Property Value
Type | Description |
---|---|
string |