次の方法で共有


SetWSManInstanceCommand.UseSSL Property

Definition

The following is the definition of the input parameter "UseSSL". Uses the Secure Sockets Layer (SSL) protocol to establish a connection to the remote computer. If SSL is not available on the port specified by the Port parameter, the command fails.

[System.Management.Automation.Alias(new System.String[] { "ssl" })]
[System.Management.Automation.Parameter(ParameterSetName="ComputerName")]
public System.Management.Automation.SwitchParameter UseSSL { get; set; }
[<System.Management.Automation.Alias(new System.String[] { "ssl" })>]
[<System.Management.Automation.Parameter(ParameterSetName="ComputerName")>]
member this.UseSSL : System.Management.Automation.SwitchParameter with get, set
Public Property UseSSL As SwitchParameter

Property Value

Attributes

Applies to