Share via


HttpAuthenticationFeature Class

Definition

Default implementation for 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
Inheritance
HttpAuthenticationFeature
Implements

Constructors

Name Description
HttpAuthenticationFeature()

Properties

Name Description
Handler
User

Gets or sets the ClaimsPrincipal associated with the HTTP request.

Applies to