EapAkaPrime element (eapakaprimeconnectionpropertiesv1)

The EapAkaPrime element is a derived type of the EapType element from the BaseEapConnectionProperties schema.

This derived EapAkaPrime element contains the following elements:

<xs:element name="EapAkaPrime">              
    <xs:complexType>
            <xs:sequence>
                <xs:element name="IgnoreNetworkNameMismatch" type="xs:boolean" minOccurs="0" maxOccurs="1"/>
                <xs:element name="EnableFastReauth" type="xs:boolean" minOccurs="0" maxOccurs="1"/>
                <xs:element name="DontRevealPermanentID" type="xs:boolean" minOccurs="0" maxOccurs="1"/>
                <xs:element name="ProviderName" type="xs:string" minOccurs="0" maxOccurs="1"/>
                <xs:element name="Realm">
                <xs:complexType>
                    <xs:simpleContent>
                    <xs:extension base="xs:string">
                        <xs:attribute name="Enabled" type="xs:boolean" use="required"/>
                    </xs:extension>
                    </xs:simpleContent>
                </xs:complexType>
                </xs:element>
                <!-- extension point for other namespaces -->
                <xs:any processContents="lax" minOccurs="0" maxOccurs="unbounded" namespace="##other"/>
            </xs:sequence>
    </xs:complexType>
</xs:element>

Requirements

Requirement Value
Minimum supported client Windows 8 [desktop apps only]
Minimum supported server Windows Server 20012 [desktop apps only]

See also