ClaimData Struct

Definition

This is a serializable representation of a Claim object that only consists of the type and value.

public readonly struct ClaimData
type ClaimData = struct
Public Structure ClaimData
Inheritance
ClaimData

Constructors

ClaimData(Claim)

Constructs a new instance of ClaimData from a Claim copying only the Type and Value into their corresponding properties.

ClaimData(String, String)

Constructs a new instance of ClaimData from a type and value.

Properties

Type

Gets the claim type of the claim. .

Value

Gets the value of the claim.

Applies to