AS2AcknowledgementConnectionSettings.IgnoreCertificateNameMismatch Property

Definition

Gets or sets the value indicating whether to ignore mismatch in certificate name.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to