HttpContextWrapper.SkipAuthorization 属性

定义

获取或设置一个值,该值指定对象是否 UrlAuthorizationModule 应跳过当前请求的授权检查。

public:
 virtual property bool SkipAuthorization { bool get(); void set(bool value); };
public override bool SkipAuthorization { get; set; }
member this.SkipAuthorization : bool with get, set
Public Overrides Property SkipAuthorization As Boolean

属性值

如果 应跳过授权检查,则为 ;否则为 >。 默认值为 false

适用于