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

Nome Description
HttpAuthenticationFeature()

Implementação padrão para IHttpAuthenticationFeature.

Propriedades

Nome Description
Handler

Implementação padrão para IHttpAuthenticationFeature.

User

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

Aplica-se a