AuthenticationService クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
public ref class AuthenticationService : Microsoft::AspNetCore::Authentication::IAuthenticationService
public class AuthenticationService : Microsoft.AspNetCore.Authentication.IAuthenticationService
type AuthenticationService = class
interface IAuthenticationService
Public Class AuthenticationService
Implements IAuthenticationService
- 継承
-
AuthenticationService
- 実装
コンストラクター
プロパティ
Handlers |
IAuthenticationHandler インスタンスを解決するために使用されます。 |
Options | |
Schemes |
AuthenticationSchemes を参照するために使用されます。 |
Transform |
要求変換に使用されます。 |
メソッド
AuthenticateAsync(HttpContext, String) |
指定した認証スキームに対して認証します。 |
ChallengeAsync(HttpContext, String, AuthenticationProperties) |
指定した認証スキームにチャレンジします。 |
ForbidAsync(HttpContext, String, AuthenticationProperties) |
指定した認証スキームを禁止します。 |
SignInAsync(HttpContext, String, ClaimsPrincipal, AuthenticationProperties) |
指定した認証スキームのプリンシパルにサインインします。 |
SignOutAsync(HttpContext, String, AuthenticationProperties) |
指定した認証スキームをサインアウトします。 |
拡張メソッド
GetTokenAsync(IAuthenticationService, HttpContext, String, String) |
指定した認証スキームを使用して要求を認証し、トークンの値を返します。 |
GetTokenAsync(IAuthenticationService, HttpContext, String) |
指定した認証スキームを使用して要求を認証し、トークンの値を返します。 |