PeapExtensionsType Complex Type

The PeapExtensionsType complex type contains schema enhancements made in Windows 7. Future schema enhancements will be handled by PeapExtensionsTypeV2.

<xs:complexType name="PeapExtensionsType">
    <xs:sequence>
        <xs:element
            minOccurs="0"
            ref="extendedPeap:PerformServerValidation"
         />
        <xs:element
            minOccurs="0"
            ref="extendedPeap:AcceptServerName"
         />
        <xs:element
            minOccurs="0"
            ref="extendedPeap:IdentityPrivacy"
         />
        <xs:element
            minOccurs="0"
            ref="extendedPeap:PeapExtensionsV2"
         />
    </xs:sequence>
</xs:complexType>

Child elements

Element Type Description
extendedPeap:PerformServerValidation Windows 7 and later: indicates whether server validation is performed.
extendedPeap:AcceptServerName Windows 7 and later: indicates whether the name of a server is read.
extendedPeap:IdentityPrivacy Windows 7 and later: indicates whether a user's true identity or an anonymous identity is sent.
extendedPeap:PeapExtensionsV2 Windows 7 and later: enables future enhancements to the schema.

Remarks

The PeapExtensionsType element is optional.

Requirements

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

See also

EAPHost and Legacy Schema

mspeapconnectionpropertiesv1 Schema

mspeapconnectionpropertiesv1 Schema Complex Types