[This is preliminary documentation and is subject to change.]
Enable or disable secure socket communication
| C# | Visual Basic | Visual C++ |
public bool SecureSocketsEnabled { get; set; }
Public Property SecureSocketsEnabled As Boolean
public: property bool SecureSocketsEnabled { bool get (); void set (bool value); }