共用方式為


SiteAuthSettingsInner.ValidateIssuer 屬性

定義

取得值,指出簽發者是否應該是有效的 HTTPS URL,並驗證如下。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.validateIssuer")]
public bool? ValidateIssuer { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.validateIssuer")>]
member this.ValidateIssuer : Nullable<bool> with get, set
Public Property ValidateIssuer As Nullable(Of Boolean)

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

適用於