IdentityUserClaim Class

 

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 : IdentityUserClaim<string>

NameDescription
System_CAPS_pubmethodIdentityUserClaim()

Constructor

NameDescription
System_CAPS_pubpropertyClaimType

Gets or sets the claim type.(Inherited from IdentityUserClaim<TKey>.)

System_CAPS_pubpropertyClaimValue

Gets or sets the claim value.(Inherited from IdentityUserClaim<TKey>.)

System_CAPS_pubpropertyId

Gets or sets the primary key.(Inherited from IdentityUserClaim<TKey>.)

System_CAPS_pubpropertyUserId

Gets or sets the user ID for the user who owns this login.(Inherited from IdentityUserClaim<TKey>.)

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: