| 
            
              SecurityProviderUtilityIsResourceSecurable Method
             | 
          
        
        
            Determines if the specified resource is to be secured based on settings in the config file.
            
        
        Namespace: GSF.SecurityAssembly: GSF.Security (in GSF.Security.dll) Version: 2.4.258-beta
Syntaxpublic static bool IsResourceSecurable(
	string resource
)
Public Shared Function IsResourceSecurable ( 
	resource As String
) As Boolean
public:
static bool IsResourceSecurable(
	String^ resource
)
static member IsResourceSecurable : 
        resource : string -> bool GSF.Security.SecurityProviderUtility.IsResourceSecurable = function(resource);
 View SourceParameters
- resource  String
 - Name of the resource to be checked.
 
Return Value
Booleantrue if the 
resource is to be secured; otherwise false/
See Also