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)

适用于