Share via


ClaimsIdentityFactory<TUser, TKey>.RoleClaimType Property

 

Gets or sets the claim type used for role claims.

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

Syntax

public string RoleClaimType { get; set; }
public:
property String^ RoleClaimType {
    String^ get();
    void set(String^ value);
}
member RoleClaimType : string with get, set
Public Property RoleClaimType As String

Property Value

Type: System.String

The claim type used for role claims.

See Also

ClaimsIdentityFactory<TUser, TKey> Class
Microsoft.AspNet.Identity Namespace
ASP.NET Identity

Return to top