HttpAuthenticationFeature Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |