Gets or sets whether the client should use Secure Sockets Layer (SSL).
Namespace:   Microsoft.Management.Infrastructure.Options
Assembly:  Microsoft.Management.Infrastructure (in Microsoft.Management.Infrastructure.dll)
Syntax
public bool UseSsl { get; set; }
public:
property bool UseSsl {
    bool get();
    void set(bool value);
}
member UseSsl : bool with get, set
Public Property UseSsl As Boolean
Property Value
Type: System.Boolean
true to use SSL; otherwise false.
See Also
WSManSessionOptions Class
Microsoft.Management.Infrastructure.Options Namespace
Return to top