IISServerAuthenticationHandler クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
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) |
古い.
認証ハンドラーを初期化します。 ハンドラーは、このメソッドの一部として、要求とスキームから必要なものは何でも初期化する必要があります。 |