次の方法で共有


ApplicationGatewayClientAuthConfiguration.VerifyClientRevocation プロパティ

定義

クライアント証明書の失効状態の確認を取得または設定します。 指定できる値は、'None'、'OCSP' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象