Click or drag to resize

SecurityModuleIsAccessRestricted Method

Determines if access to the requested resource is restricted by RestrictAccessAttribute.

Namespace: GSF.Web
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
protected virtual bool IsAccessRestricted()
View Source

Return Value

Boolean
true if access to the requested resource is restricted, otherwise false.
See Also