IISServerAuthenticationHandler Class

Definition

Caution

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

The default authentication handler with 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
Inheritance
IISServerAuthenticationHandler
Attributes
Implements

Constructors

IISServerAuthenticationHandler()

Methods

AuthenticateAsync()

Authenticate the current request.

ChallengeAsync(AuthenticationProperties)

Challenge the current request.

ForbidAsync(AuthenticationProperties)

Forbid the current request.

InitializeAsync(AuthenticationScheme, HttpContext)

Initialize the authentication handler. The handler should initialize anything it needs from the request and scheme as part of this method.

Applies to