IdentityUserLogin<TKey> Class

 

Represents entity type for a user's login.

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<TKey>

Type Parameters

TKey

The type of the key.

NameDescription
System_CAPS_pubmethodIdentityUserLogin<TKey>()

Initializes a new instance of the IdentityUserLogin<TKey> class.

NameDescription
System_CAPS_pubpropertyLoginProvider

Gets or sets the login provider for the login.

System_CAPS_pubpropertyProviderKey

Gets or sets the key representing the login for the provider.

System_CAPS_pubpropertyUserId

Gets or sets the user ID for the user who owns this login.

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: