Creating an Identification Plugin

To create a custom plugin, follow the steps described below:

  1. Register MKIdntfy.dll using regsvr32.exe

  2. Create a project for an ActiveX DLL using VB6.

  3. From the Project menu, choose the References option.

  4. Select BindView PSS Identification Interface in the Available Interfaces list.

  5. Implement IMKIdentify interface in your project.

  6. Add implementation for all the interface methods.

  7. Build the component.

  8. Create a registry key named HKEY_LOCAL_MACHINE\Software\BindView\PasswordSelfService\Plugins\NewDLLName

  9. Create a registry string value ProgId under the key that has been created and store the prog id of new component.

  10.  You will see the plugin in the list of identification plugins when you start the PSS Configuration tool.