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)

適用対象