This topic has not yet been rated - Rate this topic

authentication (authEncryption) Element

Applies to: desktop apps only

The authentication (authEncryption) element specifies the authentication method to be used to connect to the wireless LAN.

<xs:element name="authentication">
    <xs:simpleType>
        <xs:restriction
            base="string"
        >
            <xs:enumeration
                value="open"
             />
            <xs:enumeration
                value="shared"
             />
            <xs:enumeration
                value="WPA"
             />
            <xs:enumeration
                value="WPAPSK"
             />
            <xs:enumeration
                value="WPA2"
             />
            <xs:enumeration
                value="WPA2PSK"
             />
        </xs:restriction>
    </xs:simpleType>
</xs:element>

The element is defined by the authEncryption element.

Remarks

The following table describes the enumeration values.

ValueDescription
openOpen 802.11 authentication.
sharedShared 802.11 authentication.
WPAWPA-Enterprise 802.11 authentication.
WPAPSKWPA-Personal 802.11 authentication.
WPA2WPA2-Enterprise 802.11 authentication.
WPA2PSKWPA2-Personal 802.11 authentication.

 

For more information about 802.11 authentication methods, see the WPA, 802.1X, and 802.11i specifications.

Examples

To view sample profiles that use the authentication element, see Wireless Profile Samples.

Requirements

Minimum supported client

Windows Vista, Windows XP with SP3

Minimum supported server

Windows Server 2008

Redistributable

Wireless LAN API for Windows XP with SP2

See also

Definition context of element in schema
authEncryption
Possible immediate parent element in schema instance
authEncryption (security)

 

 

Send comments about this topic to Microsoft

Build date: 2/3/2012

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ