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) |
已淘汰.
初始化驗證處理常式。 處理常式應該從要求和配置初始化它所需的任何專案,做為這個方法的一部分。 |