HttpContextWrapper::SkipAuthorization Property
.NET Framework (current version)
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() override; virtual void set(bool value) override; }
Property Value
Type: System::Booleantrue if UrlAuthorizationModule should skip the authorization check; otherwise, false. The default is false.
.NET Framework
Available since 3.5
Available since 3.5
Show: