共用方式為


SiteAuthSettingsInner.ClientSecret 屬性

定義

取得或設定 Azure Active Directory 中此信賴憑證者應用程式的用戶端密碼 (,這也稱為金鑰) 。 這個設定是選擇性的。 如果未設定任何用戶端密碼,則會使用 OpenID Connect 隱含驗證流程來驗證終端使用者。 否則,會使用 OpenID Connect 授權碼流程來驗證終端使用者。 OpenID Connect 的詳細資訊: http://openid.net/specs/openid-connect-core-1_0.html

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

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

適用於