Share via


ClaimsIdentityFactory<TUser>.RoleClaimType Property

Claim type used for role claims

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

Syntax

'Declaration
Public Property RoleClaimType As String 
    Get 
    Set
'Usage
Dim instance As ClaimsIdentityFactory 
Dim value As String 

value = instance.RoleClaimType

instance.RoleClaimType = value
public string RoleClaimType { get; set; }
public:
property String^ RoleClaimType {
    String^ get ();
    void set (String^ value);
}
member RoleClaimType : string with get, set
function get RoleClaimType () : String 
function set RoleClaimType (value : String)

Property Value

Type: System.String

See Also

Reference

ClaimsIdentityFactory<TUser> Class

Microsoft.AspNet.Identity Namespace