Condividi tramite


SiteAuthSettings.AuthFilePath Property

Definition

Gets or sets the path of the config file containing auth settings. If the path is relative, base will the site's root directory.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.authFilePath")]
public string AuthFilePath { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.authFilePath")>]
member this.AuthFilePath : string with get, set
Public Property AuthFilePath As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to