UserInfo Properties |
The UserInfo type exposes the following members.
Name | Description | |
---|---|---|
DisplayName |
Gets or sets the display name of the user.
UserPrincipal.Name
| |
Gets or sets the email of the user. Not initialized if the user if local.
UserPrincipal.EmailAddress
| ||
Enabled |
Gets or sets a value indicating whether the user is enabled or disabled.
| |
Login |
Gets or sets the login of the user. Contains domain.
| |
PrincipalGuid |
Gets or sets the GUID of the user.
UserPrincipal.Guid.GetValueOrDefault()
| |
Sid |
Gets or sets the SecurityIdentifier of the user.
UserPrincipal.Sid
|