ClaimData Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |