JsonClaimValueTypes Class

Definition

Constants that indicate how the Value should be evaluated.

public static class JsonClaimValueTypes
type JsonClaimValueTypes = class
Public Class JsonClaimValueTypes
Inheritance
JsonClaimValueTypes

Fields

Json

A value that indicates the Value is a Json object.

JsonArray

A value that indicates the Value is a Json object.

JsonNull

A value that indicates the Value is Json null.

Applies to