<div class="content"><p> </p><p>This enumeration represents flags that can be specified in
crypto sets of section <span><a href="a468fe9e-113b-4155-a63d-0db3aac12619" data-linktype="relative-path">2.2.74</a></span>.</p><dl>
<dd>
<div><pre> 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;
</pre></div>
</dd></dl><p><b>FW_CRYPTO_SET_FLAGS_NONE:  </b>This value means
that none of the following flags are set. It is defined for simplicity in
writing <span><a href="d891304d-92d8-4f9f-9e60-a1f02b28ae30#gt_73177eec-4092-420f-92c5-60b2478df824" data-linktype="relative-path">IDL</a></span> definitions and
code.</p><p><b>FW_CRYPTO_SET_FLAGS_EMPTY:  </b>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.</p><p><b>FW_CRYPTO_SET_FLAGS_MAX:  </b>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.</p><p><b>FW_CRYPTO_SET_FLAGS_MAX_2_10:  </b>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.</p></div>