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)
public: property bool SkipAuthorization { virtual bool get(); virtual void set(bool value); }
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: