Provides access to the user collection for a Host instance.
Inheritance Hierarchy
Ipswitch.Messaging.FrameworkUserContainer
Namespace: Ipswitch.Messaging.Framework
Assembly: Ipswitch.Messaging.Framework (in Ipswitch.Messaging.Framework.dll) Version: 1.0.0.0
Syntax
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.) |
Properties
| Name | Description | |
|---|---|---|
| Count |
Returns the number of users in the user container.
| |
| Item |
Index that returns a user specified by userId from the user container
|
See Also