<div class="content" name="FW_AUTH_SET_FLAGS" uuid="63a4848a-ffba-477a-826d-cd616627a0fa"><p>This enumeration represents flags that can be specified in
authentication sets of section <span><a href="bbec7ab7-0a1d-49a4-9c8e-a4784bbe6f16" data-linktype="relative-path">2.2.65</a></span>.</p><dl>
<dd>
<div><pre> typedef  enum _tag_FW_AUTH_SET_FLAGS
 {
   FW_AUTH_SET_FLAGS_NONE = 0x00,
   FW_AUTH_SET_FLAGS_MAX = 0x01,
 } FW_AUTH_SET_FLAGS;
</pre></div>
</dd></dl><p><b>FW_AUTH_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_AUTH_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></div>