|
AuthenticationOptionsDefaultPassThroughAuthSupportedBrowserExpression Field
|
Namespace:
GSF.Web.Security
Assembly:
GSF.Web (in GSF.Web.dll) Version: 2.2.119-beta
Syntax public const string DefaultPassThroughAuthSupportedBrowserExpression = "^(.+\(Windows.+(MSIE |Trident/))|(.+\(Windows.+Chrome/((?! Edge/).)*)$"
Public Const DefaultPassThroughAuthSupportedBrowserExpression As String = "^(.+\(Windows.+(MSIE |Trident/))|(.+\(Windows.+Chrome/((?! Edge/).)*)$"
public:
literal String^ DefaultPassThroughAuthSupportedBrowserExpression = "^(.+\(Windows.+(MSIE |Trident/))|(.+\(Windows.+Chrome/((?! Edge/).)*)$"
static val mutable DefaultPassThroughAuthSupportedBrowserExpression: string
var GSF.Web.Security.AuthenticationOptions.DefaultPassThroughAuthSupportedBrowserExpression
Request Example
View SourceField Value
Type:
StringSee Also