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)

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

public class IdentityUserLogin : IdentityUserLogin<string>

NameDescription
System_CAPS_pubmethodIdentityUserLogin()

Default constructor

NameDescription
System_CAPS_pubpropertyLoginProvider

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

System_CAPS_pubpropertyProviderKey

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

System_CAPS_pubpropertyUserId

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

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: