Method | Description | |
---|---|---|
BasicSignInContext ( HttpContext context, BasicOptions options, string username, string password ) : Microsoft.AspNetCore.Authentication |
Creates a new instance of the context object.
|
public BasicSignInContext ( HttpContext context, BasicOptions options, string username, string password ) : Microsoft.AspNetCore.Authentication | ||
context | HttpContext | The HTTP request context |
options | BasicOptions | The middleware options |
username | string | The username |
password | string | The password |
return | Microsoft.AspNetCore.Authentication |