NewPSSessionOptionCommand.NoEncryption Property

Definition

The following is the definition of the input parameter "UnEncrypted". Specifies that no encryption will be used when doing remote operations over http. Unencrypted traffix is not allowed by default and must be enabled in the local configuration

public:
 property System::Management::Automation::SwitchParameter NoEncryption { System::Management::Automation::SwitchParameter get(); void set(System::Management::Automation::SwitchParameter value); };
public System.Management.Automation.SwitchParameter NoEncryption { get; set; }
[System.Management.Automation.Parameter]
public System.Management.Automation.SwitchParameter NoEncryption { get; set; }
member this.NoEncryption : System.Management.Automation.SwitchParameter with get, set
[<System.Management.Automation.Parameter>]
member this.NoEncryption : System.Management.Automation.SwitchParameter with get, set
Public Property NoEncryption As SwitchParameter

Property Value

Attributes

Applies to