IdentityUserClaim<TKey>.ClaimType Property

 

Gets or sets the claim type.

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

Syntax

public virtual string ClaimType { get; set; }
public:
property String^ ClaimType {
    virtual String^ get();
    virtual void set(String^ value);
}
abstract ClaimType : string with get, set
override ClaimType : string with get, set
Public Overridable Property ClaimType As String

Property Value

Type: System.String

The claim type.

See Also

IdentityUserClaim<TKey> Class
Microsoft.AspNet.Identity.EntityFramework Namespace
ASP.NET Identity

Return to top