2.2.18.2 CLAIM_TYPE
The CLAIM_TYPE enumeration enumerates various value types of a claim.
-
typedef enum _CLAIM_TYPE { CLAIM_TYPE_INT64 = 1, CLAIM_TYPE_UINT64 = 2, CLAIM_TYPE_STRING = 3, CLAIM_TYPE_BOOLEAN = 6 } CLAIM_TYPE, *PCLAIM_TYPE;
CLAIM_TYPE_INT64: The value type of the claim is LONG64.
CLAIM_TYPE_UINT64: The value type of the claim is ULONG64.
CLAIM_TYPE_STRING: The value type of the claim is a null-terminated string of Unicode characters.
CLAIM_TYPE_BOOLEAN: The value type of the claim is ULONG64; a value is set to 1 to specify TRUE, or 0 to specify FALSE.