HttpAuthenticationFeature クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
の既定の IHttpAuthenticationFeature実装。
public ref class HttpAuthenticationFeature : Microsoft::AspNetCore::Http::Features::Authentication::IHttpAuthenticationFeature
public class HttpAuthenticationFeature : Microsoft.AspNetCore.Http.Features.Authentication.IHttpAuthenticationFeature
type HttpAuthenticationFeature = class
interface IHttpAuthenticationFeature
Public Class HttpAuthenticationFeature
Implements IHttpAuthenticationFeature
- 継承
-
HttpAuthenticationFeature
- 実装
コンストラクター
HttpAuthenticationFeature() |
の既定の IHttpAuthenticationFeature実装。 |
プロパティ
Handler |
の既定の IHttpAuthenticationFeature実装。 |
User |
HTTP 要求に関連付けられている を ClaimsPrincipal 取得または設定します。 |