Class DigestAccessAuthenticationBuilderExtension
This is a factory implementation of the Digest
Inheritance
System.Object
DigestAccessAuthenticationBuilderExtension
Namespace: Cuemon.AspNetCore.Authentication
Assembly: Cuemon.AspNetCore.Authentication.dll
Syntax
public static class DigestAccessAuthenticationBuilderExtension
Methods
| Improve this DocUseDigestAccessAuthentication(IApplicationBuilder, Action<DigestAccessAuthenticationOptions>)
Adds a HTTP Digest Authentication scheme to the Microsoft.
Declaration
public static IApplicationBuilder UseDigestAccessAuthentication(this IApplicationBuilder builder, Action<DigestAccessAuthenticationOptions> setup = null)
Parameters
Type | Name | Description |
---|---|---|
Microsoft. |
builder | The type that provides the mechanisms to configure an application’s request pipeline. |
System. |
setup | The HTTP Digest |
Returns
Type | Description |
---|---|
Microsoft. |
A reference to this instance after the operation has completed. |