API Reference
The Specops Password Reset adminstration tools and the CmdLets use a common API (Application Programming Interface). This API can be used by third party developers to automate or integrate the administrative tasks of SPR.
To get started perform the following steps:
- Install the Specops Password Reset Administrative tools
- Create a new project in Visual Studio 2005 or later
- Add references to the files
Specopssoft.SpecopsPasswordReset.AdministrationServices.dll and
Specopssoft.SpecopsPasswordReset.AdministrationEntities.dll. They can be found in the %ProgramFiles%\Specopssoft\Specops Password Reset\Administrative Tools folder.
- The namespaces for the API are
Specopssoft.SpecopsPasswordReset.AdministrationServices and
Specopssoft.SpecopsPasswordReset.AdministrationEntities.
Page last modified on July 16, 2008, at 10:40 AM