EapType Element (mspeapuserpropertiesv1schema)

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

<xs:element name="EapType
        "
    substitutionGroup="EapType"
>
    <xs:complexType>
        <xs:complexContent>
            <xs:extension
                base="BaseEapTypeParameters"
            >
                <xs:sequence>
                    <xs:element
                        minOccurs="0"
                        maxOccurs="unbounded"
                        ref="Eap"
                     />
                    <xs:element name="PeapExtensions"
                        type="PeapExtensionsType"
                        minOccurs="0"
                     />
                </xs:sequence>
            </xs:extension>
        </xs:complexContent>
    </xs:complexType>
</xs:element>

Child elements

Element Type Description
Eap The Eap element identifies the inner method and the credentials to be used with that method. When PEAP configuration is configured for PEAP guest access, this element is absent.
PeapExtensions PeapExtensionsType The PeapExtensions element enables future enhancements to the schema.
The PeapExtensions element is optional.

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2008 [desktop apps only]

See also

EAPHost and Legacy Schema

mspeapuserpropertiesv1 Schema