The SuperSocketEncrypt property specifies whether Super Sockets Net-Library encryption is enabled on an instance of Microsoft® SQL Server™ 2000.
object.SuperSocketEncrypt [= value]
object
Expression that evaluates to an object in the Applies To list
value
TRUE or FALSE
Boolean
Read/write
HRESULT GetSuperSocketEncrypt(LPBOOL pRetVal);
HRESULT SetSuperSocketEncrypt(BOOL NewValue);
Before you can enable SSL encryption, you must meet these conditions:
Important Setting the SuperSocketEncrypt property changes registry settings, and should be used with caution.
Note If an application calls SuperSocketEncrypt on an instance of SQL Server version 7.0, the constant, SQLDMO_E_SQL80ONLY, and the message "This property or method requires Microsoft SQL Server 2000" are returned.