HttpAuthenticationFeature Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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. |