|   | AuthenticationOptionsAlternateSecurityProviderResourceExpression Property | 
        
        
            Gets or sets the expression that will match paths for the resources on the web server
            that should user the Alternate SecurityProvider.
            
        
        Namespace: GSF.Web.SecurityAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic string AlternateSecurityProviderResourceExpression { get; set; }Public Property AlternateSecurityProviderResourceExpression As String
	Get
	Set
public:
property String^ AlternateSecurityProviderResourceExpression {
	String^ get ();
	void set (String^ value);
}member AlternateSecurityProviderResourceExpression : string with get, set
function get_AlternateSecurityProviderResourceExpression();
function set_AlternateSecurityProviderResourceExpression(value);
Property Value
String See Also
See Also