| 
            
              AuthenticateControllerAttributeSecuritySettingsCategory Property 
             | 
          
        
         
            Gets or sets settings category used to lookup security connection for user data context.
            
 
    Namespace: 
   GSF.Web.Security
    Assembly:
   GSF.Web (in GSF.Web.dll) Version: 2.2.101-beta
Syntaxpublic string SecuritySettingsCategory { get; set; }Public Property SecuritySettingsCategory As String
	Get
	Set
public:
property String^ SecuritySettingsCategory {
	String^ get ();
	void set (String^ value);
}member SecuritySettingsCategory : string with get, set
function get_SecuritySettingsCategory();
function set_SecuritySettingsCategory(value);
 Request Example
		View SourceProperty Value
Type: 
String
See Also