ActivityImplementationContext.PSUseSsl Property

Definition

Determines whether to use SSL in the connection attempt. The default is false.

public:
 property Nullable<bool> PSUseSsl { Nullable<bool> get(); void set(Nullable<bool> value); };
public bool? PSUseSsl { get; set; }
member this.PSUseSsl : Nullable<bool> with get, set
Public Property PSUseSsl As Nullable(Of Boolean)

Property Value

Applies to