EapType Element (mschapv2connectionpropertiesv1schema)
The EapType element is a derived type of the EapType element from the baseeapconnectionpropertiesv1 schema. This is the top element that appears inside the Config element of the EapHostConfig schema
<xs:element name="EapType"
substitutionGroup="EapType"
>
<xs:complexType>
<xs:complexContent>
<xs:extension
base="BaseEapTypeParameters"
>
<xs:sequence>
<xs:element name="UseWinLogonCredentials"
type="boolean"
default="true"
minOccurs="0"
/>
<xs:any
processContents="lax"
minOccurs="0"
maxOccurs="unbounded"
namespace="##other"
/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
Child elements
Element | Type | Description |
---|---|---|
UseWinLogonCredentials | boolean | Controls use of the winlogin credentials. If TRUE, then EAP MS-CHAPv2 obtains credentials from winlogon. If FALSE, then EAP MS-CHAPv2 obtains credentials from the user. The UseWinLogonCredentials (EapType) element is optional. |
Remarks
The processContents element enables future enhancements to the schema. The processContents element is optional.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista [desktop apps only] |
Minimum supported server |
Windows Server 2008 [desktop apps only] |