PSRemotingActivity.PSUseSsl Property

Definition

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

public:
 property System::Activities::InArgument<Nullable<bool>> ^ PSUseSsl { System::Activities::InArgument<Nullable<bool>> ^ get(); void set(System::Activities::InArgument<Nullable<bool>> ^ value); };
[System.ComponentModel.DefaultValue(null)]
public System.Activities.InArgument<bool?> PSUseSsl { get; set; }
[<System.ComponentModel.DefaultValue(null)>]
member this.PSUseSsl : System.Activities.InArgument<Nullable<bool>> with get, set
Public Property PSUseSsl As InArgument(Of Nullable(Of Boolean))

Property Value

Attributes

Applies to