The bSecure property specifies whether the Membership virtual server instance should bind a TCP/IP socket with the remote LDAP server instance that has the Secure Sockets Layer (SSL) protocol enabled. Set to TRUE to use the SSL port. If TRUE, the lSecurePort value will be used when binding the socket. This property is used only if bLocal is set to FALSE.
Type
BOOL
Example
Set ObjCreator = CreateObject("ObjCreator.ObjCreator.1")
Set BrokConfig = ObjCreator.CreateObjAuth("MemAdmin.BrokConfig.1") BrokConfig.GetConfig 1
BrokConfig.bSecure = TRUE
BrokConfig.lSecurePort=443
BrokConfig.SetConfig