|
AuthenticationOptionsAnonymousResourceExpression Property
|
Gets or sets the expression that will match paths for the resources on the web server
that can be provided without checking credentials.
Namespace: GSF.Web.SecurityAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.207-beta
Syntax public string AnonymousResourceExpression { get; set; }
Public Property AnonymousResourceExpression As String
Get
Set
public:
property String^ AnonymousResourceExpression {
String^ get ();
void set (String^ value);
}
member AnonymousResourceExpression : string with get, set
function get_AnonymousResourceExpression();
function set_AnonymousResourceExpression(value);
View SourceProperty Value
StringSee Also