Share via


AuthPlatform.ConfigFilePath Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to