The UserContainer type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Add |
Adds the given user to the user container.
| |
| Authenticate |
Returns the specified user if and only if the given password is correct.
| |
| Contains |
Indicates whether a specified user exists in the user container.
| |
| Equals | (Inherited from Object.) | |
| Get(Guid) |
Gets a user specified by GUID from the user container.
| |
| Get(String) |
Gets a user specified by userId from the user container.
| |
| GetEnumerator |
Create an Enumerator that will enumerate all available users.
| |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
See Also