AS2ValidationSettings.CheckCertificateRevocationListOnReceive Property

Definition

Gets or sets the value indicating whether to check for certificate revocation list on receive.

[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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to