IdentityUserLogin Class
Entity type for a user's login (i.e. facebook, google)
Assembly: Microsoft.AspNet.Identity.EntityFramework (in Microsoft.AspNet.Identity.EntityFramework.dll)
System.Object
Microsoft.AspNet.Identity.EntityFramework.IdentityUserLogin<TKey>
Microsoft.AspNet.Identity.EntityFramework.IdentityUserLogin
Microsoft.AspNet.Identity.EntityFramework.IdentityUserLogin<TKey>
Microsoft.AspNet.Identity.EntityFramework.IdentityUserLogin
| Name | Description | |
|---|---|---|
![]() | IdentityUserLogin() | Default constructor |
| Name | Description | |
|---|---|---|
![]() | LoginProvider | Gets or sets the login provider for the login.(Inherited from IdentityUserLogin<TKey>.) |
![]() | ProviderKey | Gets or sets the key representing the login for the provider.(Inherited from IdentityUserLogin<TKey>.) |
![]() | UserId | Gets or sets the user ID for the user who owns this login.(Inherited from IdentityUserLogin<TKey>.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


