HttpAuthenticationFeature Clase
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Implementación predeterminada para 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
- Herencia
-
HttpAuthenticationFeature
- Implementaciones
Constructores
HttpAuthenticationFeature() |
Implementación predeterminada para IHttpAuthenticationFeature. |
Propiedades
Handler |
Implementación predeterminada para IHttpAuthenticationFeature. |
User |
Obtiene o establece el ClaimsPrincipal asociado a la solicitud HTTP. |