authMode (OneX) Element
The authMode (OneX) element specifies the type of credentials used for authentication. The following table describes the possible values.
| Value | Description |
|---|---|
| machineOrUser | Use machine or user credentials. When a user is logged on, the user's credentials are used for authentication. When no user is logged on, machine credentials are used. |
| machine | Use machine credentials only. |
| user | Use user credentials only. |
| guest | Use guest (empty) credentials only. |
This element is optional. When authMode is not specified in a profile, a value of machineOrUser is used.
Windows XP with SP3 and Wireless LAN API for Windows XP with SP2: This element will be ignored if it is present in a profile.
<xs:element name="authMode">
<xs:simpleType>
<xs:restriction
base="string"
>
<xs:enumeration
value="machineOrUser"
/>
<xs:enumeration
value="machine"
/>
<xs:enumeration
value="user"
/>
<xs:enumeration
value="guest"
/>
</xs:restriction>
</xs:simpleType>
</xs:element>
The authMode element is defined by the OneX element.
Remarks
This parameter can be set at the command line using the netsh wlan set profileparameter command. For more information, see Netsh Commands for Wireless Local Area Network (wlan).
Requirements
|
Minimum supported client | Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2008 [desktop apps only] |
See also
- Definition context of element in schema
- OneX
- Possible immediate parent element in schema instance
- OneX
Send comments about this topic to Microsoft
Build date: 11/29/2012