IdentityUser Class
Default EntityFramework IUser implementation
Inheritance Hierarchy
System.Object
Microsoft.AspNet.Identity.EntityFramework.IdentityUser
Namespace: Microsoft.AspNet.Identity.EntityFramework
Assembly: Microsoft.AspNet.Identity.EntityFramework (in Microsoft.AspNet.Identity.EntityFramework.dll)
Syntax
'Declaration
Public Class IdentityUser _
Implements IUser
'Usage
Dim instance As IdentityUser
public class IdentityUser : IUser
public ref class IdentityUser : IUser
type IdentityUser =
class
interface IUser
end
public class IdentityUser implements IUser
The IdentityUser type exposes the following members.
Constructors
Name | Description | |
---|---|---|
IdentityUser() | Constructor | |
IdentityUser(String) | Constructor that takes a userName |
Top
Properties
Name | Description | |
---|---|---|
Claims | Navigation property for user claims | |
Id | User ID (Primary Key) | |
Logins | Navigation property for user logins | |
PasswordHash | The salted/hashed form of the user password | |
Roles | Navigation property for user roles | |
SecurityStamp | A random value that should change whenever a users credentials have changed (password changed, login removed) | |
UserName | User name |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.