Class IdentityUser<TKey>
Represents a user in the identity system
public class IdentityUser<TKey> : IdentityUser<TKey, IdentityUserClaim<TKey>, IdentityUserRole<TKey>, IdentityUserLogin<TKey>>, IIdentityUser<TKey>, IConcurrency<TKey> where TKey : IEquatable<TKey>
Type Parameters
TKey
The type used for the primary key for the user.
- Inheritance
-
IdentityUser<TKey>
- Implements
-
IIdentityUser<TKey>IConcurrency<TKey>
- Derived