3.3.4.1.4.1 AuthenticationMode

The <AuthenticationMode> simple type is an enumeration of possible authentication modes used by the user during bootstrapping.

 <s:simpleType name="AuthenticationMode">
   <s:restriction base="s:string">
     <s:enumeration value="Windows" />
   </s:restriction>
 </s:simpleType>

Windows: Specifies Windows Integrated Authentication (either [NTLM] or Kerberos).