EapType element (mspeapconnectionpropertiesv1schema)
The EapType element is a derived type of the EapType element from the BaseEapConnectionProperties schema.
This derived EapType element contains the following elements: ServerValidation, IdentityPrivacy, FastReconnect, InnerEapOptional, Eap, EnableQuarantineChecks, RequireCryptoBinding and PeapExtensions.
<xs:element name="EapType"
substitutionGroup="EapType"
>
<xs:complexType>
<xs:complexContent>
<xs:extension
base="BaseEapTypeParameters"
>
<xs:sequence>
<xs:element name="ServerValidation"
type="ServerValidationParameters"
minOccurs="0"
/>
<xs:element name="IdentityPrivacy"
type="IdentityPrivacyParameters"
minOccurs="0"
/>
<xs:element name="FastReconnect"
type="boolean"
minOccurs="0"
/>
<xs:element name="InnerEapOptional"
type="boolean"
minOccurs="0"
/>
<xs:element
minOccurs="0"
maxOccurs="unbounded"
ref="Eap"
/>
<xs:element name="EnableQuarantineChecks"
type="boolean"
default="false"
minOccurs="0"
/>
<xs:element name="RequireCryptoBinding"
type="boolean"
default="false"
minOccurs="0"
/>
<xs:element name="PeapExtensions"
type="PeapExtensionsType"
minOccurs="0"
/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
Child elements
Element | Type | Description |
---|---|---|
Eap | Describes the inner method and the method configuration. If the InnerEapOptional element is TRUE, the Eap element must be present. If the InnerEapOptional element is FALSE, the Eap element must be absent. |
|
EnableQuarantineChecks | boolean | Indicates whether to perform Network Access Protection (NAP) checks. If the EnableQuarantineChecks element is TRUE, then PEAP will perform NAP checks; if FALSE PEAP will not perform NAP checks. The EnableQuarantineChecks element is optional. |
FastReconnect | boolean | Indicates whether to perform a fast reconnect. If the FastReconnect element is TRUE, then PEAP attempts to perform a fast reconnect; if FALSE, PEAP performs the full authentication. The FastReconnect element is optional. |
IdentityPrivacy | IdentityPrivacyParameters | Windows 7 or later: Indicates whether a user's true identity or an anonymous identity is sent. The IdentityPrivacy element is optional. |
InnerEapOptional | boolean | Indicates whether to perform GUEST access. If the InnerEapOptional element is TRUE, then the Eap element must be present and describe the inner method and its configuration; if FALSE, then PEAP will perform GUEST access. The InnerEapOptional element is optional. |
PeapExtensions | PeapExtensionsType | The PeapExtensions element enables future enhancements to the schema. The PeapExtensions element is optional. |
RequireCryptoBinding | boolean | Indicates whether to authenticate with servers that support cryptobinding. If the RequireCryptoBinding element is TRUE, then PEAP will authenticate with servers that don't support cryptobinding; if FALSE, then PEAP will only authenticate with servers that support cryptobinding. The RequireCryptoBinding element is optional. |
ServerValidation | ServerValidationParameters | Contains information about how to perform server validation. The ServerValidation element is optional. |
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista [desktop apps only] |
Minimum supported server |
Windows Server 2008 [desktop apps only] |