Click or drag to resize

ReadonlyAuthenticationOptionsIsPassThroughAuthSupportedBrowser 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
public bool IsPassThroughAuthSupportedBrowser(
	string userAgent
)
Request Example View Source

Parameters

userAgent
Type: SystemString
Browser user-agent to check for pass-through authentication support.

Return Value

Type: Boolean
true if user-agent indicates pass-through authentication support; otherwise, false.
See Also