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)

Inheritance Hierarchy

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

Syntax

public class IdentityUserClaim : IdentityUserClaim<string>
public ref class IdentityUserClaim : IdentityUserClaim<String^>
type IdentityUserClaim = 
    class
        inherit IdentityUserClaim<string>
    end
Public Class IdentityUserClaim
    Inherits IdentityUserClaim(Of String)

Constructors

Name Description
System_CAPS_pubmethod IdentityUserClaim()

Constructor

Properties

Name Description
System_CAPS_pubproperty ClaimType

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

System_CAPS_pubproperty ClaimValue

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

System_CAPS_pubproperty Id

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

System_CAPS_pubproperty UserId

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

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

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.

See Also

Microsoft.AspNet.Identity.EntityFramework Namespace
ASP.NET Identity

Return to top