Table of Contents

Delegate DigestAuthenticator

Namespace
Cuemon.AspNetCore.Authentication.Digest
Assembly
Cuemon.AspNetCore.Authentication.dll

Represents the method that defines an Authenticator typically assigned on DigestAuthenticationOptions.

public delegate ClaimsPrincipal DigestAuthenticator(string username, out string password);

Parameters

username String

The username to match and lookup the paired password.

password String

The password paired with username.

Returns

ClaimsPrincipal

A ClaimsPrincipal that is associated with the result of password.