bEnabled Property

The bEnabled property is a boolean flag specifying whether this instance of a Membership virtual server will provide authentication services using the Membership directory database. Set to FALSE to disable authentication. This property defaults to TRUE.  If set to FALSE, the NTLM system will provide authentication services to clients.

Type

BOOL

Example

Set ObjCreator = CreateObject("ObjCreator.ObjCreator.1")
Set BrokConfig = ObjCreator.CreateObjAuth("MemAdmin.BrokConfig.1") BrokConfig.GetConfig 1
BrokConfig.bEnabled = FALSE
BrokConfig.SetConfig

© 1997-1998 Microsoft Corporation. All rights reserved.