次の方法で共有


AS2ValidationSettings.CheckCertificateRevocationListOnReceive プロパティ

定義

受信時に証明書失効リストをチェックするかどうかを示す値を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象