ResponsysLinkedService.UsePeerVerification Property

Definition

Gets or sets specifies whether to verify the identity of the server when connecting over SSL. The default value is true. Type: boolean (or Expression with resultType boolean).

[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.usePeerVerification")]
public object UsePeerVerification { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.usePeerVerification")>]
member this.UsePeerVerification : obj with get, set
Public Property UsePeerVerification As Object

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to