SQL-DMO

SuperSocketEncrypt Property

The SuperSocketEncrypt property specifies whether Super Sockets Net-Library encryption is enabled on an instance of Microsoft® SQL Server™ 2000.

Applies To
Registry2 Object

Syntax

object.SuperSocketEncrypt [= value]

Parts

object

Expression that evaluates to an object in the Applies To list

value

TRUE or FALSE

Data Type

Boolean

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetSuperSocketEncrypt(LPBOOL pRetVal);

HRESULT SetSuperSocketEncrypt(BOOL NewValue);

Remarks

Before you can enable SSL encryption, you must meet these conditions:

See Also

SuperSocketList Property