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 |
取得或設定 ClaimsPrincipal 與 HTTP 要求相關聯的 。 |