public class UserPublic Class User| Accounts | The list of accounts that this user can see |
| Exchanges | The list of exchanges that this user can see |
| IsMaster | Whether this is the main api user or not |
| LoginResult | The result of the login attempt |
| PwdComplexity | Whether password complexity is required |
| PwdExpireDays | How frequently passwords must be changed |
| PwdExpiresAt | When the users current password expires and must be changed by. |
| PwdHistoryDays | How long until a password can be reused |
| Roles | Method that returns the list of roles that this user can perform. |
| UserID | ID of the user |
| Username | Username |
| UserSettings | XML document containing any settings for this user and application. |
| ChangePassword | Change the password for this user |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| IsInRole | Method to determine whether the user is in the specified role or not. |
| Logoff | Logoff this user. |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| SaveUserSettings | Save the current xml document user settings. |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| Host | Reference to the main host object |