2.2.18.6 CLAIMS_ARRAY

The CLAIMS_ARRAY structure specifies an array of CLAIM_ENTRY structures and the associated claims source type.

 typedef struct _CLAIMS_ARRAY {
   CLAIMS_SOURCE_TYPE usClaimsSourceType;
   ULONG ulClaimsCount;
   [size_is(ulClaimsCount)] PCLAIM_ENTRY ClaimEntries;
 } CLAIMS_ARRAY,
  *PCLAIMS_ARRAY;

usClaimsSourceType: Specifies the source of the claims.

ulClaimsCount: Specifies the number of CLAIM_ENTRY elements in the ClaimEntries member of this structure.

ClaimEntries: An array that contains ulClaimsCount number of CLAIM_ENTRY elements.