HttpAuthenticationFeature 类

定义

的默认实现 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
继承
HttpAuthenticationFeature
实现

构造函数

HttpAuthenticationFeature()

的默认实现 IHttpAuthenticationFeature

属性

Handler

的默认实现 IHttpAuthenticationFeature

User

获取或设置与 ClaimsPrincipal HTTP 请求关联的 。

适用于