PassThroughAuthorizationHandler 构造函数   
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
| PassThroughAuthorizationHandler() | 
						 创建 PassThroughAuthorizationHandler 的新实例。  | 
        	
| PassThroughAuthorizationHandler(IOptions<AuthorizationOptions>) | 
						 创建 PassThroughAuthorizationHandler 的新实例。  | 
        	
PassThroughAuthorizationHandler()
创建 PassThroughAuthorizationHandler 的新实例。
public:
 PassThroughAuthorizationHandler();
	public PassThroughAuthorizationHandler();
	Public Sub New ()
  适用于
PassThroughAuthorizationHandler(IOptions<AuthorizationOptions>)
创建 PassThroughAuthorizationHandler 的新实例。
public PassThroughAuthorizationHandler(Microsoft.Extensions.Options.IOptions<Microsoft.AspNetCore.Authorization.AuthorizationOptions> options);
	new Microsoft.AspNetCore.Authorization.Infrastructure.PassThroughAuthorizationHandler : Microsoft.Extensions.Options.IOptions<Microsoft.AspNetCore.Authorization.AuthorizationOptions> -> Microsoft.AspNetCore.Authorization.Infrastructure.PassThroughAuthorizationHandler
	Public Sub New (options As IOptions(Of AuthorizationOptions))
	参数
- options
 - IOptions<AuthorizationOptions>
 
使用的 AuthorizationOptions 。