UwpBuildDeployPreferences.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.
Current setting to use Single Socket Layer connections to the device portal.
public:
static property bool UseSSL { bool get(); void set(bool value); };
public static bool UseSSL { get; set; }
member this.UseSSL : bool with get, set
Public Shared Property UseSSL As Boolean