eapType 元素 (mschapv2userpropertiesv1schema)

EapType 元素是 baseeapuserpropertiesv1 架构中 EapType 元素的派生类型。

<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>

子元素

元素 类型 说明
用户 标识正在进行身份验证的用户。 如果此元素不存在,则从 winlogon 获取用户名。 Username 元素是可选的。
LogonDomain 字符串 标识要进行身份验证的用户或计算机的域。 如果此元素不存在,则使用 winlogon 中的域。 LogonDomain 元素是可选的。
密码 字符串 标识要进行身份验证的用户或计算机的密码。 如果此元素不存在,则从 winlogon 获取密码哈希。 Password 元素是可选的。

备注

processContents 元素允许将来对架构进行增强。 processContents 元素是可选的。

要求

要求
最低受支持的客户端
Windows Vista [仅限桌面应用]
最低受支持的服务器
Windows Server 2008 [仅限桌面应用]

请参阅

EAPHost 和旧架构

mschapv2userpropertiesv1 架构