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 是選擇性的 Boolean 元素。 如果 TRUE,MSCHAPv2 會嘗試使用登入的使用者名稱和密碼進行驗證。 如果 FALSE 或不存在,則不會。