bszTokenCreatorDll Property

This property specifies the dynamic link library that a Membership virtual server instance that is configured to handle authentication will use to generate security tokens for clients.

Type

BSTR

Example

Set ObjCreator = CreateObject("ObjCreator.ObjCreator.1")
Set BrokConfig = ObjCreator.CreateObjAuth("MemAdmin.BrokConfig.1") BrokConfig.GetConfig 1
BrokConfig.bszTokenCreatorDll = "c:\mydlls\tokencreator.dll"
BrokConfig.SetConfig

© 1997-1998 Microsoft Corporation. All rights reserved.