Delegate DigestAccessAuthenticator
Represents the method that defines an Authenticator typically assigned on DigestAccessAuthenticationOptions.
Namespace: Cuemon.AspNetCore.Authentication
Assembly: Cuemon.AspNetCore.Authentication.dll
Syntax
public delegate ClaimsPrincipal DigestAccessAuthenticator(string username, out string password);
Parameters
Type | Name | Description |
---|---|---|
System.String | username | The username to match and lookup the paired |
System.String | password | The password paired with |
Returns
Type | Description |
---|---|
System.Security.Claims.ClaimsPrincipal | A System.Security.Claims.ClaimsPrincipal that is associated with the result of |