HttpAuthenticationFeature Klasse

Definition

Standardimplementierung für 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
Vererbung
HttpAuthenticationFeature
Implementiert

Konstruktoren

HttpAuthenticationFeature()

Standardimplementierung für IHttpAuthenticationFeature.

Eigenschaften

Handler

Standardimplementierung für IHttpAuthenticationFeature.

User

Ruft die ab, die ClaimsPrincipal der HTTP-Anforderung zugeordnet ist, oder legt sie fest.

Gilt für: