IdentityUserLogin Class

 

Entity type for a user's login (i.e. facebook, google)

Namespace:   Microsoft.AspNet.Identity.EntityFramework
Assembly:  Microsoft.AspNet.Identity.EntityFramework (in Microsoft.AspNet.Identity.EntityFramework.dll)

Inheritance Hierarchy

System.Object
  Microsoft.AspNet.Identity.EntityFramework.IdentityUserLogin<TKey>
    Microsoft.AspNet.Identity.EntityFramework.IdentityUserLogin

Syntax

public class IdentityUserLogin : IdentityUserLogin<string>
public ref class IdentityUserLogin : IdentityUserLogin<String^>
type IdentityUserLogin = 
    class
        inherit IdentityUserLogin<string>
    end
Public Class IdentityUserLogin
    Inherits IdentityUserLogin(Of String)

Constructors

Name Description
System_CAPS_pubmethod IdentityUserLogin()

Default constructor

Properties

Name Description
System_CAPS_pubproperty LoginProvider

Gets or sets the login provider for the login.(Inherited from IdentityUserLogin<TKey>.)

System_CAPS_pubproperty ProviderKey

Gets or sets the key representing the login for the provider.(Inherited from IdentityUserLogin<TKey>.)

System_CAPS_pubproperty UserId

Gets or sets the user ID for the user who owns this login.(Inherited from IdentityUserLogin<TKey>.)

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

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

Microsoft.AspNet.Identity.EntityFramework Namespace
ASP.NET Identity

Return to top