HttpAuthenticationFeature Classe
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Implementazione predefinita per 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
- Ereditarietà
-
HttpAuthenticationFeature
- Implementazioni
Costruttori
HttpAuthenticationFeature() |
Implementazione predefinita per IHttpAuthenticationFeature. |
Proprietà
Handler |
Implementazione predefinita per IHttpAuthenticationFeature. |
User |
Ottiene o imposta l'oggetto ClaimsPrincipal associato alla richiesta HTTP. |