User
|
[SerializableAttribute] [XmlTypeAttribute(Namespace = "")] [DataContractAttribute(Namespace = "")] public class UserData
The UserData type exposes the following members.
Name | Description | |
---|---|---|
UserData | Initializes a new instance of the UserData class. | |
UserData(String) | Initializes a new instance of the UserData class. | |
UserData(UserData) | Initializes a new instance of the UserData class by copying an existing instance. |
Name | Description | |
---|---|---|
AccountCreatedDateTime | Gets the UTC date and time when user account was created. | |
CompanyName | Gets the user's company name. | |
EmailAddress | Gets the user's email address. | |
FirstName | Gets the user's first name. | |
Groups | Gets a read-only list of all the groups the user belongs to. | |
IsAzureAD | Gets a boolean value that indicates whether the user is defined as an AzureAD account. | |
IsDefined | Gets a boolean value that indicates whether the user is defined in the backend security data store. | |
IsDisabled | Gets a boolean value that indicates whether the user account has been disabled. | |
IsExternal | Gets a boolean value that indicates whether the user is defined as an external user in the backend security data store. | |
IsLockedOut | Gets a boolean value that indicates whether the user account has been locked due to numerous unsuccessful login attempts. | |
LastName | Gets the user's last name. | |
LoginID | Gets the user's login ID. | |
Password | Gets the user's password. | |
PasswordChangeDateTime | Gets the UTC date and time when user must change the password. | |
PhoneNumber | Gets the user's phone number. | |
Roles | Gets a read-only list of all the roles assigned to the user. | |
SecurityAnswer | Gets the user's security answer. | |
SecurityQuestion | Gets the user's security question. | |
Username | Gets the user's login name. |
Name | Description | |
---|---|---|
Clone | Copies a new instance of the UserData class by copying an existing instance. | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
GetHashCode | Serves as the default hash function. (Inherited from Object) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
Initialize | Initializes this UserData object. | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
ToString | Returns a string that represents the current object. (Inherited from Object) |
Name | Description | |
---|---|---|
GetEnumValueOrDefault |
Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions) | |
GetEnumValueOrDefaultT |
Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions) |