| 
            
              AuthenticationOptionsPassThroughAuthSupportedBrowserExpression Property 
             | 
          
        
         
            Gets or sets expression that will match user-agent header string for browser clients
            that can support NTLM based pass-through authentication.
            
 
    Namespace: 
   GSF.Web.Security
    Assembly:
   GSF.Web (in GSF.Web.dll) Version: 2.2.119-beta
Syntaxpublic string PassThroughAuthSupportedBrowserExpression { get; set; }Public Property PassThroughAuthSupportedBrowserExpression As String
	Get
	Set
public:
property String^ PassThroughAuthSupportedBrowserExpression {
	String^ get ();
	void set (String^ value);
}member PassThroughAuthSupportedBrowserExpression : string with get, set
function get_PassThroughAuthSupportedBrowserExpression();
function set_PassThroughAuthSupportedBrowserExpression(value);
 Request Example
		View SourceProperty Value
Type: 
String
See Also