Click or drag to resize

AuthenticationOptionsAnonymousResources Property

Gets or sets the paths to the resources on the web server that can be provided without checking credentials.

Namespace:  GSF.Web.Security
Assembly:  GSF.Web (in GSF.Web.dll) Version: 2.2.101-beta
Syntax
public string[] AnonymousResources { get; set; }
Request Example View Source

Property Value

Type: String
See Also