Connections Element

The Connections element collects and contains zero or more Connection elements.

<xs:element name="Connections">
    <xs:complexType>
        <xs:sequence>
            <xs:element name="Connection"
                minOccurs="0"
                maxOccurs="unbounded"
            >
                <xs:complexType>
                    <xs:sequence>
                        <xs:element name="Name"
                            type="string"
                         />
                        <xs:element
                            maxOccurs="unbounded"
                            ref="Eap"
                         />
                    </xs:sequence>
                </xs:complexType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
</xs:element>

Child elements

Element Type Description
Eap Identifies the EAP configuration element.
Connection Defines each configuration setting and associates it with a name. The Connection element is optional.
Name string Captures the name of the connection being defined, assisting in the identification of multiple connections.

Remarks

The Connections element is not used with legacy methods via the EAPHost APIs.

Requirements

Role Minimum supported OS version
Client
Windows Vista [desktop apps only]
Server
Windows Server 2008 [desktop apps only]

See also

EAPHost and Legacy Schema

eapconnectionpropertiesv1 Schema