Share via


IdentityUserLogin<TKey> Class

Definition

Represents a login and its associated provider for a user.

generic <typename TKey>
public ref class IdentityUserLogin : Microsoft::AspNet::Identity::EntityFramework::IdentityUserLogin<TKey>
public class IdentityUserLogin<TKey> : Microsoft.AspNet.Identity.EntityFramework.IdentityUserLogin<TKey>
type IdentityUserLogin<'Key> = class
    inherit IdentityUserLogin<'Key>
Public Class IdentityUserLogin(Of TKey)
Inherits IdentityUserLogin(Of TKey)

Type Parameters

TKey

The type of the primary key of the user associated with this login.

Inheritance
Microsoft.AspNet.Identity.EntityFramework.IdentityUserLogin<TKey>
IdentityUserLogin<TKey>
Derived

Constructors

IdentityUserLogin<TKey>()

Properties

ProviderDisplayName

Gets or sets the friendly name used in a UI for this login.

Applies to