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
Public method IdentityUserLogin Default constructor

Top

Properties

  Name Description
Public property LoginProvider The login provider for the login (i.e. facebook, google)
Public property ProviderKey Key representing the login for the provider
Public property User Navigation property setting up the foreign key for User
Public property UserId User Id for the user who owns this login

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method 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.

See Also

Reference

Microsoft.AspNet.Identity.EntityFramework Namespace