PSRemotingBaseCmdlet.UseSSL Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This parameter suggests that the transport scheme to be used for remote connections is useSSL instead of the default http.Since there are only two possible transport schemes that are possible at this point, a SwitchParameter is being used to switch between the two.
public:
virtual property System::Management::Automation::SwitchParameter UseSSL { System::Management::Automation::SwitchParameter get(); void set(System::Management::Automation::SwitchParameter value); };
public virtual System.Management.Automation.SwitchParameter UseSSL { get; set; }
[System.Management.Automation.Parameter(ParameterSetName="ComputerName")]
public virtual System.Management.Automation.SwitchParameter UseSSL { get; set; }
member this.UseSSL : System.Management.Automation.SwitchParameter with get, set
[<System.Management.Automation.Parameter(ParameterSetName="ComputerName")>]
member this.UseSSL : System.Management.Automation.SwitchParameter with get, set
Public Overridable Property UseSSL As SwitchParameter
Property Value
- Attributes