Bagikan melalui


WebActivity.DisableCertValidation Property

Definition

Gets or sets when set to true, Certificate validation will be disabled.

[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.disableCertValidation")]
public bool? DisableCertValidation { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.disableCertValidation")>]
member this.DisableCertValidation : Nullable<bool> with get, set
Public Property DisableCertValidation As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to