Version:
BasicUserInfo Class
Represents a standard user in a directory.
Inheritance Hierarchy
- object
- Inedo.Extensibility.UserDirectories.BasicUserInfo
Syntax
public
class
BasicUserInfo : IUserDirectoryUser, IUserDirectoryPrincipal, IEquatable<T>, IEquatable<T>, IHasChangePasswordUrl, IEquatable<T>
Properties
|
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.
|