Share via


IdentityUserLogin Class

Definition

public ref class IdentityUserLogin : Microsoft::AspNet::Identity::CoreCompat::IdentityUserLogin<System::String ^>
public class IdentityUserLogin : Microsoft.AspNet.Identity.CoreCompat.IdentityUserLogin<string>
type IdentityUserLogin = class
    inherit IdentityUserLogin<string>
Public Class IdentityUserLogin
Inherits IdentityUserLogin(Of String)
Inheritance
Microsoft.AspNet.Identity.EntityFramework.IdentityUserLogin<TKey>
IdentityUserLogin

Constructors

IdentityUserLogin()

Properties

ProviderDisplayName

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

(Inherited from IdentityUserLogin<TKey>)

Applies to