IISServerAuthenticationHandler 클래스

정의

주의

The IISServerAuthenticationHandler is obsolete and will be removed in a future release.

IIS In-Process 기본 인증 처리기

public ref class IISServerAuthenticationHandler : Microsoft::AspNetCore::Authentication::IAuthenticationHandler
public class IISServerAuthenticationHandler : Microsoft.AspNetCore.Authentication.IAuthenticationHandler
[System.Obsolete("The IISServerAuthenticationHandler is obsolete and will be removed in a future release.")]
public class IISServerAuthenticationHandler : Microsoft.AspNetCore.Authentication.IAuthenticationHandler
type IISServerAuthenticationHandler = class
    interface IAuthenticationHandler
[<System.Obsolete("The IISServerAuthenticationHandler is obsolete and will be removed in a future release.")>]
type IISServerAuthenticationHandler = class
    interface IAuthenticationHandler
Public Class IISServerAuthenticationHandler
Implements IAuthenticationHandler
상속
IISServerAuthenticationHandler
특성
구현

생성자

IISServerAuthenticationHandler()
사용되지 않음.

IIS In-Process 기본 인증 처리기

메서드

AuthenticateAsync()
사용되지 않음.

현재 요청을 인증합니다.

ChallengeAsync(AuthenticationProperties)
사용되지 않음.

현재 요청에 이의를 제기합니다.

ForbidAsync(AuthenticationProperties)
사용되지 않음.

현재 요청을 금지합니다.

InitializeAsync(AuthenticationScheme, HttpContext)
사용되지 않음.

인증 처리기를 초기화합니다. 처리기는 이 메서드의 일부로 요청 및 구성표에서 필요한 모든 항목을 초기화해야 합니다.

적용 대상