Megosztás a következőn keresztül:


GetWSManInstanceCommand.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="GetInstance")]
[System.Management.Automation.Parameter(ParameterSetName="Enumerate")]
public System.Management.Automation.SwitchParameter UseSSL { get; set; }
[<System.Management.Automation.Alias(new System.String[] { "SSL" })>]
[<System.Management.Automation.Parameter(ParameterSetName="GetInstance")>]
[<System.Management.Automation.Parameter(ParameterSetName="Enumerate")>]
member this.UseSSL : System.Management.Automation.SwitchParameter with get, set
Public Property UseSSL As SwitchParameter

Property Value

Attributes

Applies to