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

HttpAuthenticationFeature()

Properties

Handler
User

Gets or sets the ClaimsPrincipal associated with the HTTP request.

Applies to