HttpAuthenticationFeature 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
的默认实现 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 请求关联的 。 |