Click or drag to resize

SecurityProviderUtilityIsResourceSecurable Method

Determines if the specified resource is to be secured based on settings in the config file.

Namespace: GSF.Security
Assembly: GSF.Security (in GSF.Security.dll) Version: 2.4.181-beta
Syntax
public static bool IsResourceSecurable(
	string resource
)
View Source

Parameters

resource  String
Name of the resource to be checked.

Return Value

Boolean
true if the resource is to be secured; otherwise false/
See Also