SetWSManQuickConfigCommand.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.
The following is the definition of the input parameter "UseSSL". Indicates a https listener to be created. If this switch is not specified then by default a http listener will be created.
[System.Management.Automation.Parameter]
public System.Management.Automation.SwitchParameter UseSSL { get; set; }
[<System.Management.Automation.Parameter>]
member this.UseSSL : System.Management.Automation.SwitchParameter with get, set
Public Property UseSSL As SwitchParameter
Property Value
- Attributes