IdentityUserOfString¶
Namespace: IntegrationTests.ApiClient
Represents a user in the identity system
Inheritance Object → IdentityUserOfString
Properties¶
AccessFailedCount¶
Gets or sets the number of failed login attempts for the current user.
Property Value¶
ConcurrencyStamp¶
A random value that must change whenever a user is persisted to the store
Property Value¶
Email¶
Gets or sets the email address for this user.
Property Value¶
EmailConfirmed¶
Gets or sets a flag indicating if a user has confirmed their email address.
Property Value¶
Id¶
Gets or sets the primary key for this user.
Property Value¶
LockoutEnabled¶
Gets or sets a flag indicating if the user could be locked out.
Property Value¶
LockoutEnd¶
Gets or sets the date and time, in UTC, when any user lockout ends.
Property Value¶
NormalizedEmail¶
Gets or sets the normalized email address for this user.
Property Value¶
NormalizedUserName¶
Gets or sets the normalized user name for this user.
Property Value¶
PasswordHash¶
Gets or sets a salted and hashed representation of the password for this user.
Property Value¶
PhoneNumber¶
Gets or sets a telephone number for the user.
Property Value¶
PhoneNumberConfirmed¶
Gets or sets a flag indicating if a user has confirmed their telephone address.
Property Value¶
SecurityStamp¶
A random value that must change whenever a users credentials change (password changed, login removed)
Property Value¶
TwoFactorEnabled¶
Gets or sets a flag indicating if two factor authentication is enabled for this user.
Property Value¶
UserName¶
Gets or sets the user name for this user.