The BrokServers COM class defines an object that can be used to configure information relating to Membership virtual server instances. This includes the mappings to services, IIS meta-base information, and authentication types.
COM Class Identification
The following values can be used to identify this COM class. These values are set in the registry when the Site Server 3.0 product is installed.
Programmatic Identifier
MemAdmin.BrokServers.1
CLSID
cd8f114e-c4ac-11d0-bbda-00c04fb615e5
COM Class Name
Brokservers
Creating Instances of this Class
Programmers must use the special COM class ObjCreator.ObjCreator.1 to create instances of this class. Directly creating instances will render all methods inoperable.
Interfaces
The BrokConfig COM class exposes the IBrokServers dual interface, exposing both a custom COM interface and a dispinterface to its properties and methods.
Security Issues
The account invoking methods on an instance of this class must have NT administrative privileges.