Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The MSCHAPv2AuthenticationParameters complex type specifies additional authentication parameters for EAP-TTLS.
<xs:complexType name="MSCHAPv2AuthenticationParameters">
<xs:sequence>
<xs:element name="UseWinlogonCredentials" type="xs:boolean" default="false" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
Remarks
The MSCHAPv2AuthenticationParameters element is optional.
UseWinlogonCredentials is an optional Boolean element. If TRUE
, MSCHAPv2 attempts to authenticate using the logged-on user's username and password. If FALSE
or absent, it does not.