TokenValidationParameters.RoleClaimType Property

Definition

Gets or sets the String that defines the RoleClaimType.

public string RoleClaimType { get; set; }
member this.RoleClaimType : string with get, set
Public Property RoleClaimType As String

Property Value

Remarks

Controls the results of IsInRole(String).

Each Claim where Type == RoleClaimType will be checked for a match against the 'string' passed to IsInRole(String).

The default is DefaultRoleClaimType.

Applies to