次の方法で共有


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

適用対象