Represents a standard user in a directory.
Name | Description | |
---|---|---|
BasicUserInfo(string name, string displayName, string emailAddress, System.Collections.Generic.IEnumerable<string> groupNames) | ||
BasicUserInfo(string name, string displayName, string emailAddress) |
Initializes a new instance of the BasicUserInfo class. |
|
BasicUserInfo(string name, string displayName) |
Initializes a new instance of the BasicUserInfo class. |
|
BasicUserInfo(string name) |
Initializes a new instance of the BasicUserInfo class. |
Name | Description | |
---|---|---|
DisplayName |
Gets the friendly display name of the user. |
|
EmailAddress |
Gets the user's email address. |
|
Name |
Gets the login name of the user. |
|
PasswordChangeUrl |
Gets or sets the URL where the user can change their password. |
Name | Description | |
---|---|---|
Equals(object obj) | ||
GetHashCode |
Returns the hash code for the instance. |
|
IsMemberOfGroup(string groupName) | ||
ToString |
Returns the user name. |