次の方法で共有


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 は省略可能な Boolean 要素です。 の場合 TRUE、MSCHAPv2 はログオンしたユーザーのユーザー名とパスワードを使用して認証を試みます。 または存在しない場合 FALSE は、行われません。

関連項目