|   | AuthenticationOptionsIsPassThroughAuthSupportedBrowser Method  | 
        
         
            Determines whether the given browser user-agent header string supports pass-through authentication.
            
 
    Namespace: 
   GSF.Web.Security
    Assembly:
   GSF.Web (in GSF.Web.dll) Version: 2.2.104-beta
 Syntax
Syntaxpublic bool IsPassThroughAuthSupportedBrowser(
	string userAgent
)
Public Function IsPassThroughAuthSupportedBrowser ( 
	userAgent As String
) As Boolean
public:
bool IsPassThroughAuthSupportedBrowser(
	String^ userAgent
)
member IsPassThroughAuthSupportedBrowser : 
        userAgent : string -> bool 
function IsPassThroughAuthSupportedBrowser(userAgent);
Parameters
- userAgent
- Type: SystemString
 Browser user-agent to check for pass-through authentication support.
Return Value
Type: 
Booleantrue if user-agent indicates pass-through authentication support; otherwise, 
false.
 See Also
See Also