|
ReadonlyAuthenticationOptionsAlternateSecurityProviderResourceExpression Property
|
Gets the expression that will match paths for the resources on the web server
that should use the alternate SecurityProvider.
Namespace: GSF.Web.SecurityAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.207-beta
Syntax public string AlternateSecurityProviderResourceExpression { get; }
Public ReadOnly Property AlternateSecurityProviderResourceExpression As String
Get
public:
property String^ AlternateSecurityProviderResourceExpression {
String^ get ();
}
member AlternateSecurityProviderResourceExpression : string with get
function get_AlternateSecurityProviderResourceExpression();
View SourceProperty Value
StringSee Also