IdentityUserClaim<TKey> Class
Specifies an EntityType that represents one specific user claim.
Assembly: Microsoft.AspNet.Identity.EntityFramework (in Microsoft.AspNet.Identity.EntityFramework.dll)
System.Object
Microsoft.AspNet.Identity.EntityFramework.IdentityUserClaim<TKey>
Microsoft.AspNet.Identity.EntityFramework.IdentityUserClaim
Microsoft.AspNet.Identity.EntityFramework.IdentityUserClaim<TKey>
Microsoft.AspNet.Identity.EntityFramework.IdentityUserClaim
| Name | Description | |
|---|---|---|
![]() | IdentityUserClaim<TKey>() | Initializes a new instance of the IdentityUserClaim<TKey> class. |
| Name | Description | |
|---|---|---|
![]() | ClaimType | Gets or sets the claim type. |
![]() | ClaimValue | Gets or sets the claim value. |
![]() | Id | Gets or sets the primary key. |
![]() | UserId | Gets or sets the user ID for the user who owns this login. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


