| 
            
              SecurityModuleIsAccessSecured Method
             | 
          
        
        
            Determines if access to the requested resource is to be secured.
            
        
        Namespace: GSF.WebAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.257-beta
Syntaxprotected virtual bool IsAccessSecured(
	string resource
)
Protected Overridable Function IsAccessSecured ( 
	resource As String
) As Boolean
protected:
virtual bool IsAccessSecured(
	String^ resource
)
abstract IsAccessSecured : 
        resource : string -> bool 
override IsAccessSecured : 
        resource : string -> bool function IsAccessSecured(resource);
 View SourceParameters
- resource  String
 - Name of the resource being requested.
 
Return Value
BooleanTrue if access to the resource is to be secured, otherwise False.
See Also