HttpAuthenticationFeature Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Implémentation par défaut pour 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
- Héritage
-
HttpAuthenticationFeature
- Implémente
Constructeurs
HttpAuthenticationFeature() |
Implémentation par défaut pour IHttpAuthenticationFeature. |
Propriétés
Handler |
Implémentation par défaut pour IHttpAuthenticationFeature. |
User |
Obtient ou définit le ClaimsPrincipal associé à la requête HTTP. |