IdentityUserLogin<TKey> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |