AuthenticationManager 類別

定義

警告

This is obsolete and will be removed in a future version. See https://go.microsoft.com/fwlink/?linkid=845470.

public ref class AuthenticationManager abstract
public abstract class AuthenticationManager
[System.Obsolete("This is obsolete and will be removed in a future version. See https://go.microsoft.com/fwlink/?linkid=845470.")]
public abstract class AuthenticationManager
type AuthenticationManager = class
[<System.Obsolete("This is obsolete and will be removed in a future version. See https://go.microsoft.com/fwlink/?linkid=845470.")>]
type AuthenticationManager = class
Public MustInherit Class AuthenticationManager
繼承
AuthenticationManager
屬性

建構函式

AuthenticationManager()

欄位

AutomaticScheme
已淘汰.

用來表示自動設定的常數

屬性

HttpContext

方法

AuthenticateAsync(AuthenticateContext)
AuthenticateAsync(String)
ChallengeAsync()
ChallengeAsync(AuthenticationProperties)
ChallengeAsync(String)
ChallengeAsync(String, AuthenticationProperties)
ChallengeAsync(String, AuthenticationProperties, ChallengeBehavior)
ForbidAsync()
已淘汰.

使用 Forbidden 建立驗證管理員的挑戰。

ForbidAsync(AuthenticationProperties)
已淘汰.

使用 Forbidden 建立驗證管理員的挑戰。

ForbidAsync(String)
ForbidAsync(String, AuthenticationProperties)
GetAuthenticateInfoAsync(String)
GetAuthenticationSchemes()
SignInAsync(String, ClaimsPrincipal)
SignInAsync(String, ClaimsPrincipal, AuthenticationProperties)
SignOutAsync(String)
SignOutAsync(String, AuthenticationProperties)

擴充方法

GetTokenAsync(AuthenticationManager, String)
GetTokenAsync(AuthenticationManager, String, String)

適用於