HttpContextBase.SkipAuthorization Property

 

When overridden in a derived class, 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)

abstract SkipAuthorization : bool with get, set
override SkipAuthorization : bool with get, set

Property Value

Type: System.Boolean

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

Exception Condition
NotImplementedException

Always.

.NET Framework
Available since 3.5
Return to top
Show: