HttpContextWrapper.SkipAuthorization Property

 

Gets or sets a value that specifies whether the UrlAuthorizationModule object should skip the authorization check for the current request.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

override SkipAuthorization : bool with get, set

Property Value

Type: System.Boolean

true if UrlAuthorizationModule should skip the authorization check; otherwise, false. The default is false.

.NET Framework
Available since 3.5
Return to top
Show: