MSCHAPv2AuthenticationParameters 复杂类型

MSCHAPv2AuthenticationParameters 复杂类型指定 EAP-TTLS 的其他身份验证参数。

<xs:complexType name="MSCHAPv2AuthenticationParameters">
    <xs:sequence>
        <xs:element name="UseWinlogonCredentials" type="xs:boolean" default="false" minOccurs="0"/>
    </xs:sequence>
</xs:complexType>

注解

MSCHAPv2AuthenticationParameters 元素是可选的。

UseWinlogonCredentials 是可选的布尔元素。 如果 TRUE为 ,则 MSCHAPv2 尝试使用已登录用户的用户名和密码进行身份验证。 如果 FALSE 或不存在,则不这样做。

另请参阅