| 
            
              AuthenticationOptionsAnonymousResources Property 
             | 
          
        
         
            Gets or sets the paths to the resources on the web
            server that can be provided without checking credentials.
            
 
    Namespace: 
   GSF.Web.Security
    Assembly:
   GSF.Web (in GSF.Web.dll) Version: 2.2.101-beta
Syntaxpublic string[] AnonymousResources { get; set; }Public Property AnonymousResources As String()
	Get
	Set
public:
property array<String^>^ AnonymousResources {
	array<String^>^ get ();
	void set (array<String^>^ value);
}member AnonymousResources : string[] with get, set
function get_AnonymousResources();
function set_AnonymousResources(value);
 Request Example
		View SourceProperty Value
Type: 
String
See Also