<div class="content" name="AUTH_SCHEME_VECTOR" uuid="640dca14-6065-40fc-a710-3d9665d6bc1f"><p>The <b>AUTH_SCHEME_VECTOR</b> structure encapsulates a
variable-length array of <b>AUTH_SCHEME</b> <a href="ab2191b0-371a-497a-b184-eba073d04269#gt_f49694cc-c350-462d-ab8e-816f0103c6c1" data-linktype="relative-path">GUID</a>s that are stored
consecutively.  </p><dl>
<dd>
<div><pre> struct
 {
   ULONG AuthSchemeArrayOffset;
   USHORT AuthSchemeCount;
 } AUTH_SCHEME_VECTOR; 
</pre></div>
</dd></dl><p><b>AuthSchemeArrayOffset:</b> A ULONG type array of
ordered <b>AUTH_SCHEME</b> GUID values, specified in section <a href="fa13c53c-f15c-4506-9679-c8cd69684463" data-linktype="relative-path">2.2.2</a>, that represents the
security mechanism&#39;s ID in decreasing order of preference. </p><p><b>AuthSchemeCount:</b> A USHORT that contains the
count of <b>AUTH_SCHEME</b> values.  </p></div>