IdentityUserLogin<TKey> Class¶
Represents a login and its associated provider for a user.
- Namespace
Microsoft.AspNet.Identity.CoreCompat
- Assemblies
- Microsoft.AspNet.Identity.AspNetCoreCompat
Inheritance Hierarchy¶
System.Object
Microsoft.AspNet.Identity.EntityFramework.IdentityUserLogin{{TKey}}
Microsoft.AspNet.Identity.CoreCompat.IdentityUserLogin<TKey>
Syntax¶
public class IdentityUserLogin<TKey> : IdentityUserLogin<TKey>
-
class
Microsoft.AspNet.Identity.CoreCompat.
IdentityUserLogin<TKey>
¶
Properties¶
-
Microsoft.AspNet.Identity.CoreCompat.IdentityUserLogin<TKey>.
ProviderDisplayName
¶ Gets or sets the friendly name used in a UI for this login.
Return type: System.String public virtual string ProviderDisplayName { get; set; }
-