2.2.18.9 CLAIMS_BLOB
The CLAIMS_BLOB structure is generated from a CLAIMS_SET structure, as specified in section 3.1.1.11.2.5.
-
typedef struct CLAIMS_BLOB { ULONG ulBlobSizeinBytes; [size_is(ulBlobSizeinBytes)] BYTE* EncodedBlob; } CLAIMS_BLOB, *PCLAIMS_BLOB;
ulBlobSizeinBytes: The size of the EncodedBlob member, in bytes.
EncodedBlob: A byte array of length ulBlobSizeinBytes bytes that contains an encoded CLAIMS_SET_METADATA structure.