| IUser Methods | 
The IUser type exposes the following members.
| Name | Description | |
|---|---|---|
| Destroy | 
            Destroys the account.
              (Inherited from IParty.) | |
| GetMemberships | 
            Gets all teams the party is directly included as a member.
              (Inherited from IParty.) | |
| IsMemberOf | 
            Indicates if the party is member of a team.
              (Inherited from IParty.) | |
| SetPassword(String) | 
            Sets the password. If password is null then no password
            is assigned to the user account.
              | |
| SetPassword(String, String) | 
            Sets the password by providing precalculated hash and salt values.
              | |
| ValidatePassword | 
            Validates the password.
              |