EapType 元素 (mschapv2connectionpropertiesv1schema)
EapType 元素是 baseeapconnectionpropertiesv1 架构中 EapType 元素的派生类型。 这是 出现在 EapHostConfig 架构的 Config 元素内的顶级元素
<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>
子元素
元素 | 类型 | 说明 |
---|---|---|
UseWinLogonCredentials | boolean | 控制 winlogin 凭据的使用。 如果为 TRUE,则 EAP MS-CHAPv2从 winlogon 获取凭据。 如果为 FALSE,则 EAP MS-CHAPv2从用户获取凭据。 UseWinLogonCredentials (EapType) 元素是可选的。 |
备注
processContents 元素允许将来对架构进行增强。 processContents 元素是可选的。
要求
要求 | 值 |
---|---|
最低受支持的客户端 |
Windows Vista [仅限桌面应用] |
最低受支持的服务器 |
Windows Server 2008 [仅限桌面应用] |