AuthenticationMiddleware Class

Definition

Middleware that performs authentication.

public ref class AuthenticationMiddleware
public class AuthenticationMiddleware
type AuthenticationMiddleware = class
Public Class AuthenticationMiddleware
Inheritance
AuthenticationMiddleware

Constructors

AuthenticationMiddleware(RequestDelegate, IAuthenticationSchemeProvider)

Initializes a new instance of AuthenticationMiddleware.

Properties

Schemes

Gets or sets the IAuthenticationSchemeProvider.

Methods

Invoke(HttpContext)

Invokes the middleware performing authentication.

Applies to