This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Syntax
C# | Copy Code |
---|---|
public class User |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Class User |
The type exposes the following methods.
Public Methods
Name | Description | |
---|---|---|
ChangePassword | (Inherited from MembershipUser.) | |
ChangePasswordQuestionAndAnswer | (Inherited from MembershipUser.) | |
Equals | (Inherited from Object.) | |
EqualsIdentity |
Checks whether this user equals the given identity.
|
|
GetDomainFromUserName |
Gets the name of the domain from a user name.
|
|
GetFullyQualifiedUserName |
Gets the fully qualified user name (including the Active Directory domain if specified when logging in).
|
|
GetHashCode | (Inherited from Object.) | |
GetPassword | (Inherited from MembershipUser.) | |
GetPassword | (Inherited from MembershipUser.) | |
GetType | (Inherited from Object.) | |
GetUserType |
Return the user type for the specified user ID.
|
|
IsInGroup | Overloaded. | |
IsVisitor |
Returns true if the userId represents a visitor, false if it represents a user.
|
|
MemberOfGroup |
Determines whether the user is in the specified group.
|
|
ResetPassword | (Inherited from MembershipUser.) | |
ResetPassword | (Inherited from MembershipUser.) | |
ToString | (Inherited from MembershipUser.) | |
UnlockUser | (Inherited from MembershipUser.) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
See Also
Smartsite.Security Namespace