次の方法で共有


ApplicationGatewayClientAuthConfiguration.VerifyClientCertIssuerDN プロパティ

定義

アプリケーション ゲートウェイのクライアント証明書発行者名を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象