EapType element (mschapv2userpropertiesv1schema)
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"
ref="Username"
/>
<xs:element name="Password"
type="string"
minOccurs="0"
/>
<xs:element name="LogonDomain"
type="string"
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 |
---|---|---|
Username | Identifies the user being authenticated. If this element is not present, the user name is obtained from winlogon. The Username element is optional. |
|
LogonDomain | string | Identifies the domain of the user or machine being authenticated. If this element is not present, the domain from winlogon is used. The LogonDomain element is optional. |
Password | string | Identifies the password of the user or machine being authenticated. If this element is not present, the password hash is obtained from winlogon. The Password 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] |