Share via


AS2ValidationSettings.CheckCertificateRevocationListOnSend Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to