AuthenticationMiddleware 클래스

정의

인증을 수행하는 미들웨어입니다.

public ref class AuthenticationMiddleware
public class AuthenticationMiddleware
type AuthenticationMiddleware = class
Public Class AuthenticationMiddleware
상속
AuthenticationMiddleware

생성자

AuthenticationMiddleware(RequestDelegate, IAuthenticationSchemeProvider)

AuthenticationMiddleware의 새 인스턴스를 초기화합니다.

속성

Schemes

IAuthenticationSchemeProvider를 가져오거나 설정합니다.

메서드

Invoke(HttpContext)

인증을 수행하는 미들웨어를 호출합니다.

적용 대상