Click or drag to resize

IUser Methods

The IUser type exposes the following members.

Methods
  NameDescription
Public methodDestroy
Destroys the account.
(Inherited from IParty.)
Public methodGetMemberships
Gets all teams the party is directly included as a member.
(Inherited from IParty.)
Public methodIsMemberOf
Indicates if the party is member of a team.
(Inherited from IParty.)
Public methodSetPassword(String)
Sets the password. If password is null then no password is assigned to the user account.
Public methodSetPassword(String, String)
Sets the password by providing precalculated hash and salt values.
Public methodValidatePassword
Validates the password.
Top
See Also