Click or drag to resize
IUserProvider Methods

The IUserProvider type exposes the following members.

Methods
  Name Description
Public method AuthenticateUser
Authenticates a user through the provider.
Public method GetGroups
Returns all user groups in the remote system.
Public method GetUserFields
Returns all user fields in the remote system.
Public method GetUserInformation
Returns the user information in the remote system.
Public method GetUsers
Returns all user information in the remote system.
Public method SynchronizeUsers
Synchronizes local users and information with the remote system.
Public method TestProviderConnection
Tests the connection to the remote system using the provider instance connection settings. Throwing an exception will indicate a failed test.
Top
See Also