Share via


TlsValidationOptions.IgnoreSignature Property

Definition

Gets or sets when set to 'true' causes the certificate chain trust validation to be skipped. Default is 'false'.

[Newtonsoft.Json.JsonProperty(PropertyName="ignoreSignature")]
public string IgnoreSignature { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="ignoreSignature")>]
member this.IgnoreSignature : string with get, set
Public Property IgnoreSignature As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to