EnableSSL128 Property

This property, if set to TRUE, directs the LDAP server instance to enable the Secure Sockets Layer (SSL) protocol with 128 bit keys for network connections.  The server instance uses the SecurePort property port value when binding its listening TCP/IP socket.

IDL Definition

[propget] 
HRESULT EnableSSL128([out, retval] VARIANT *pData);
[propput] 
HRESULT EnableSSL128([in] VARIANT Data);

Type

VT_BOOL (boolean)


© 1997-1998 Microsoft Corporation. All rights reserved.