JsonClaimValueTypes.JsonNull Field

Definition

A value that indicates the Value is Json null.

public const string JsonNull;
val mutable JsonNull : string
Public Const JsonNull As String 

Field Value

Remarks

When creating a Claim the Value cannot be null. If the Json value was null, then the Value will be set to Empty and the ValueType will be set to "JSON_NULL".

Applies to