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)

public:
property bool SkipAuthorization {
	virtual bool get();
	virtual void set(bool value);
}

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: