Click or drag to resize

DbSecurityUser Properties

The DbSecurityUser type exposes the following members.

Properties
 NameDescription
Public propertyCreatedByKey Gets or sets the entity id which created this
(Inherited from DbBaseData)
Public propertyCreationTime Gets or sets the creation time
(Inherited from DbBaseData)
Public propertyEmail Gets or sets the email.
Public propertyEmailConfirmed Email confirmed
Public propertyInvalidLoginAttempts Gets or sets the invalid login attempts.
Public propertyKey Gets or sets the user identifier
(Overrides DbIdentifiedKey)
Public propertyLastLoginTime Gets or sets the last login.
Public propertyLockout Gets or sets a value indicating whether this DbSecurityUser lockout enabled.
Public propertyLockoutSpecified Sets whether the lockout was explicitly set
Public propertyObsoletedByKey Gets or sets the id which obsoleted this
(Inherited from DbBaseData)
Public propertyObsoletedByKeySpecified Identifies whether obsoletion time is specified
(Inherited from DbBaseData)
Public propertyObsoletionTime Gets or sets the obsoletion time
(Inherited from DbBaseData)
Public propertyObsoletionTimeSpecified Identifies whether obsoletion time is specified
(Inherited from DbBaseData)
Public propertyPassword Gets or sets the password hash.
Public propertyPasswordExpiration Password expiration
Public propertyPasswordExpirationSpecified True if password expiry was specified
Public propertyPhoneNumber Gets or sets the phone number.
Public propertyPhoneNumberConfirmed Phone confirmed
Public propertySecurityHash Gets or sets the security stamp.
Public propertyTwoFactorEnabled Gets or sets a value indicating whether this instance is two factor enabled.
Public propertyTwoFactorMechnaismKey Password expiration
Public propertyTwoFactorMechnaismKeySpecified Gets or sets whether TwoFactorMechnaismKey is explicitly set
Public propertyUpdatedByKey Gets or sets the updated user
(Inherited from DbNonVersionedBaseData)
Public propertyUpdatedTime Gets or sets the time of updating
(Inherited from DbNonVersionedBaseData)
Public propertyUserClass User classification
Public propertyUserName Gets or sets the name of the user.
Top
See Also