Share via


AS2ValidationSettings.EncryptMessage Property

Definition

Gets or sets the value indicating whether the message has to be encrypted.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to