Click or drag to resize

IgnoreServicesSecurityModuleIsAccessSecured Method

Determines if access to the requested resource is to be secured.

Namespace: GSF.Web
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
protected override bool IsAccessSecured(
	string resource
)
View Source

Parameters

resource  String
Name of the resource being requested.

Return Value

Boolean
True if access to the resource is to be secured, otherwise False.
See Also