2.2.100 FW_CRYPTO_SET_FLAGS

This enumeration represents flags that can be specified in crypto sets of section 2.2.74.

 typedef  enum _tag_FW_CRYPTO_SET_FLAGS
 {
   FW_CRYPTO_SET_FLAGS_NONE = 0x00,
   FW_CRYPTO_SET_FLAGS_EMPTY = 0x01,
   FW_CRYPTO_SET_FLAGS_MAX = 0x02,
   FW_CRYPTO_SET_FLAGS_MAX_2_10 = 0x01
 } FW_CRYPTO_SET_FLAGS;

FW_CRYPTO_SET_FLAGS_NONE:  This value means that none of the following flags are set. It is defined for simplicity in writing IDL definitions and code.

FW_CRYPTO_SET_FLAGS_EMPTY:  If this flag is set, the crypto set does not contain any crypto suites. For schema versions 0x0200, 0x0201, and 0x020A, this value is invalid and MUST NOT be used.

FW_CRYPTO_SET_FLAGS_MAX:  This value and values that exceed this value are not valid and MUST NOT be used. It is defined for simplicity in writing IDL definitions and code. This symbolic constant has a value of 2.

FW_CRYPTO_SET_FLAGS_MAX_2_10:  This value and values that exceed this value are not valid and MUST NOT be used by servers and clients with schema version 0x020A and earlier. It is defined for simplicity in writing IDL definitions and code. This symbolic constant has a value of 1.