|
ReadonlyAuthenticationOptionsPassThroughAuthSupportedBrowserExpression Property
|
Gets 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
Syntax public string PassThroughAuthSupportedBrowserExpression { get; }
Public ReadOnly Property PassThroughAuthSupportedBrowserExpression As String
Get
public:
property String^ PassThroughAuthSupportedBrowserExpression {
String^ get ();
}
member PassThroughAuthSupportedBrowserExpression : string with get
function get_PassThroughAuthSupportedBrowserExpression();
Request Example
View SourceProperty Value
Type:
StringSee Also