TokenValidationParameters.RoleClaimType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.