次の方法で共有


SiteAuthSettings.MicrosoftAccountClientSecret プロパティ

定義

認証に使用するアプリ用に作成された OAuth 2.0 クライアント シークレットを取得または設定します。 この設定は、Microsoft アカウント認証を有効にするために必要です。 Microsoft アカウント OAuth のドキュメント: https://dev.onedrive.com/auth/msa_oauth.htm

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象