2.2.18.4 CLAIMS_COMPRESSION_FORMAT

The CLAIMS_COMPRESSION_FORMAT enumeration specifies the source of the compression algorithm that is used for encoding claims in a CLAIMS_SET_METADATA structure.

 typedef  enum _CLAIMS_COMPRESSION_FORMAT
 {
   COMPRESSION_FORMAT_NONE = 0,
   COMPRESSION_FORMAT_LZNT1 = 2,
   COMPRESSION_FORMAT_XPRESS = 3,
   COMPRESSION_FORMAT_XPRESS_HUFF = 4
 } CLAIMS_COMPRESSION_FORMAT;

COMPRESSION_FORMAT_NONE:  No compression.

COMPRESSION_FORMAT_LZNT1:  The LZNT1 compression algorithm is used. For more information, see [MS-XCA] section 2.5.

COMPRESSION_FORMAT_XPRESS:  The Xpress LZ77 compression algorithm is used. For more information, see [MS-XCA] sections 2.3 and 2.4.

COMPRESSION_FORMAT_XPRESS_HUFF:  The Xpress LZ77+Huffman compression algorithm is used. For more details, see [MS-XCA] sections 2.1 and 2.2.