你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

适用于