Compartilhar via


HttpAuthenticationFeature Classe

Definição

Implementação padrão 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
Herança
HttpAuthenticationFeature
Implementações

Construtores

HttpAuthenticationFeature()

Implementação padrão para IHttpAuthenticationFeature.

Propriedades

Handler

Implementação padrão para IHttpAuthenticationFeature.

User

Obtém ou define o ClaimsPrincipal associado à solicitação HTTP.

Aplica-se a