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)

적용 대상