JwtSecurityTokenHandler.JsonClaimTypeProperty Property

Definition

Gets or sets the property name of Properties the will contain .Net type that was recognized when Claims serialized the value to JSON.

See for more information.

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

Property Value

Exceptions

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

Applies to