| IUserManager Properties |
The IUserManager type exposes the following members.
| Name | Description | |
|---|---|---|
| CanChangeEnabledState |
Gets a value indicating that the manager can enable or disable user accounts.
| |
| CanChangePassword |
Gets a value indicating that the manager can change passwords on user accounts.
| |
| CanCreateUsers |
Gets a value indicating that the manager can create new user accounts.
| |
| CanCreateUsersWithHash |
Gets a value indicating that the manager can create a user and make use
of a password hash supplied by VRS.
| |
| CanDeleteUsers |
Gets a value indicating that the manager can delete user accounts.
| |
| CanEditUsers |
Gets a value indicating that the manager can modify user accounts.
| |
| CanListUsers |
Gets a value indicating that the manager can retrieve a list of users.
| |
| LoginNameIsCaseSensitive |
Gets a value indicating that the login name is case sensitive.
| |
| Name |
Gets the name of the manager.
| |
| Singleton |
Gets the single instance of the class that should be used throughout the application.
(Inherited from ISingletonT.) |