HttpContextBase.SkipAuthorization Property
.NET Framework (current version)
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.
Assembly: System.Web (in System.Web.dll)
abstract SkipAuthorization : bool with get, set override SkipAuthorization : bool with get, set
Property Value
Type: System.Booleantrue if UrlAuthorizationModule should skip the authorization check; otherwise, false.
| Exception | Condition |
|---|---|
| NotImplementedException | Always. |
.NET Framework
Available since 3.5
Available since 3.5
Show: