Click or drag to resize

UserInfo Properties

The UserInfo type exposes the following members.

Properties
  NameDescription
Public propertyDisplayName
Gets or sets the display name of the user. UserPrincipal.Name
Public propertyEmail
Gets or sets the email of the user. Not initialized if the user if local. UserPrincipal.EmailAddress
Public propertyEnabled
Gets or sets a value indicating whether the user is enabled or disabled.
Public propertyLogin
Gets or sets the login of the user. Contains domain.
Public propertyPrincipalGuid
Gets or sets the GUID of the user. UserPrincipal.Guid.GetValueOrDefault()
Public propertySid
Gets or sets the SecurityIdentifier of the user. UserPrincipal.Sid
Top
See Also