IdentityUserLogin Class
Entity type for a user's login (i.e. facebook, google)
Inheritance Hierarchy
System.Object
Microsoft.AspNet.Identity.EntityFramework.IdentityUserLogin
Namespace: Microsoft.AspNet.Identity.EntityFramework
Assembly: Microsoft.AspNet.Identity.EntityFramework (in Microsoft.AspNet.Identity.EntityFramework.dll)
Syntax
'Declaration
Public Class IdentityUserLogin
'Usage
Dim instance As IdentityUserLogin
public class IdentityUserLogin
public ref class IdentityUserLogin
type IdentityUserLogin = class end
public class IdentityUserLogin
The IdentityUserLogin type exposes the following members.
Constructors
Name | Description | |
---|---|---|
IdentityUserLogin | Default constructor |
Top
Properties
Name | Description | |
---|---|---|
LoginProvider | The login provider for the login (i.e. facebook, google) | |
ProviderKey | Key representing the login for the provider | |
User | Navigation property setting up the foreign key for User | |
UserId | User Id for the user who owns this login |
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.