JwtSecurityTokenHandler.ShortClaimTypeProperty Property

Definition

Gets or sets the property name of Properties the will contain the original JSON claim 'name' if a mapping occurred when the Claim(s) were created.

See for more information.

public static string ShortClaimTypeProperty { get; set; }
static member ShortClaimTypeProperty : string with get, set
Public Shared Property ShortClaimTypeProperty As String

Property Value

Exceptions

If String.IsNullOrWhiteSpace('value') is true.

Applies to