IdentityUserClaim Class
EntityType that represents one specific user claim
Inheritance Hierarchy
System.Object
Microsoft.AspNet.Identity.EntityFramework.IdentityUserClaim
Namespace: Microsoft.AspNet.Identity.EntityFramework
Assembly: Microsoft.AspNet.Identity.EntityFramework (in Microsoft.AspNet.Identity.EntityFramework.dll)
Syntax
'Declaration
Public Class IdentityUserClaim
'Usage
Dim instance As IdentityUserClaim
public class IdentityUserClaim
public ref class IdentityUserClaim
type IdentityUserClaim = class end
public class IdentityUserClaim
The IdentityUserClaim type exposes the following members.
Constructors
Name | Description | |
---|---|---|
IdentityUserClaim | Constructor |
Top
Properties
Name | Description | |
---|---|---|
ClaimType | Claim type | |
ClaimValue | Claim value | |
Id | Primary key | |
User | Navigation property setting up the foreign key for User |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.