次の方法で共有


HttpAuthenticationFeature クラス

定義

の既定の 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 取得または設定します。

適用対象