PassThroughAuthorizationHandler 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
基础结构类,它允许 IAuthorizationRequirement 作为自己的 IAuthorizationHandler。
public ref class PassThroughAuthorizationHandler : Microsoft::AspNetCore::Authorization::IAuthorizationHandler
public class PassThroughAuthorizationHandler : Microsoft.AspNetCore.Authorization.IAuthorizationHandler
type PassThroughAuthorizationHandler = class
interface IAuthorizationHandler
Public Class PassThroughAuthorizationHandler
Implements IAuthorizationHandler
- 继承
-
PassThroughAuthorizationHandler
- 实现
构造函数
PassThroughAuthorizationHandler() |
创建 PassThroughAuthorizationHandler 的新实例。 |
PassThroughAuthorizationHandler(IOptions<AuthorizationOptions>) |
创建 PassThroughAuthorizationHandler 的新实例。 |
方法
HandleAsync(AuthorizationHandlerContext) |
决定是否允许授权。 |