MSCHAPv2AuthenticationParameters Complex Type

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.

See also