IdentityUserClaim<TKey> Class

 

Specifies an EntityType that represents one specific user claim.

Namespace:   Microsoft.AspNet.Identity.EntityFramework
Assembly:  Microsoft.AspNet.Identity.EntityFramework (in Microsoft.AspNet.Identity.EntityFramework.dll)

System.Object
  Microsoft.AspNet.Identity.EntityFramework.IdentityUserClaim<TKey>
    Microsoft.AspNet.Identity.EntityFramework.IdentityUserClaim

public class IdentityUserClaim<TKey>

Type Parameters

TKey

The generic type of key.

NameDescription
System_CAPS_pubmethodIdentityUserClaim<TKey>()

Initializes a new instance of the IdentityUserClaim<TKey> class.

NameDescription
System_CAPS_pubpropertyClaimType

Gets or sets the claim type.

System_CAPS_pubpropertyClaimValue

Gets or sets the claim value.

System_CAPS_pubpropertyId

Gets or sets the primary key.

System_CAPS_pubpropertyUserId

Gets or sets the user ID for the user who owns this login.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: