|
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.207-beta
Syntax public 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);
View SourceProperty Value
StringSee Also