Class IdentityUserClaim<TKey>
Represents a claim that a user possesses.
public class IdentityUserClaim<TKey> : IdentityUserClaim<TKey>, IIdentityUserClaim<TKey>, IClameConverter where TKey : IEquatable<TKey>
Type Parameters
TKeyThe type used for the primary key for this user that possesses this claim.
- Inheritance
-
IdentityUserClaim<TKey>IdentityUserClaim<TKey>
- Implements
-
IIdentityUserClaim<TKey>
- Inherited Members