Skip to content

Latest commit

 

History

History
94 lines (63 loc) · 3.36 KB

mspeapconnectionpropertiesv1schema-peapextensionstype-complextype.md

File metadata and controls

94 lines (63 loc) · 3.36 KB
title description ms.assetid keywords topic_type api_name api_type ms.topic ms.date api_location ROBOTS
PeapExtensionsType Complex Type
Contains schema enhancements made in Windows 7. Future schema enhancements will be handled by PeapExtensionsTypeV2.
a8fb8474-a375-4401-83b0-4fa87d637209
PeapExtensionsType complex type EAPHost
apiref
PeapExtensionsType
Schema
reference
05/31/2018
INDEX,FOLLOW

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