次の方法で共有


SiteAuthSettings.AuthFilePath プロパティ

定義

認証設定を含む構成ファイルのパスを取得または設定します。 パスが相対パスの場合、base はサイトのルート ディレクトリになります。

[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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象