0 out of 1 rated this helpful - Rate this topic

keyIndex (security) Element

Applies to: desktop apps only

The keyIndex (security) element specifies which key index should be used to encrypt wireless traffic. This is only used when keyType is set to "networkKey".

<xs:element name="keyIndex"
    minOccurs="0"
>
    <xs:simpleType>
        <xs:restriction
            base="integer"
        >
            <xs:minInclusive
                value="0"
             />
            <xs:maxInclusive
                value="3"
             />
        </xs:restriction>
    </xs:simpleType>
</xs:element>

The element is defined by the security element.

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
security
Possible immediate parent element in schema instance
security (MSM)

 

 

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