Compartir a través de


HttpAuthenticationFeature Clase

Definición

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.

Se aplica a