Class IdentityUserLogin<TKey>
Represents a login and its associated provider for a user.
public class IdentityUserLogin<TKey> : IdentityUserLogin<TKey>, IIdentityUserLogin<TKey> where TKey : IEquatable<TKey>
Type Parameters
TKeyThe type of the primary key of the user associated with this login.
- Inheritance
-
objectIdentityUserLogin<TKey>IdentityUserLogin<TKey>
- Implements
-
IIdentityUserLogin<TKey>
- Inherited Members