次の方法で共有


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)
古い.

認証ハンドラーを初期化します。 ハンドラーは、このメソッドの一部として、要求とスキームから必要なものは何でも初期化する必要があります。

適用対象