AuthProtocol (contextType) 元素

AuthProtocol (contextType) 元素指定要用于激活数据包数据协议的身份验证协议 (PDP) 上下文。

元素可以具有以下值之一。

含义
“NONE” 无身份验证协议。
“PAP” 未加密的密码身份验证。
“CHAP” 质询握手身份验证协议 (CHAP) 。
MsCHAPV2” 使用 Microsoft 质询握手身份验证协议 (CHAP) v2.0。

此元素是可选的,仅用于 GSM 配置文件。 如果未指定 元素,并且配置文件适用于 GSM 设备,则移动宽带服务将使用“NONE”。

<xs:element name="AuthProtocol">
    <xs:simpleType>
        <xs:restriction
            base="token"
        >
            <xs:enumeration
                value="NONE"
             />
            <xs:enumeration
                value="PAP"
             />
            <xs:enumeration
                value="CHAP"
             />
            <xs:enumeration
                value="MsCHAPv2"
             />
        </xs:restriction>
    </xs:simpleType>
</xs:element>

AuthProtocol 元素由 contextType 复杂类型定义。

要求

要求
最低受支持的客户端
Windows 7 [桌面应用 |UWP 应用]
最低受支持的服务器
无受支持的版本

另请参阅

架构中元素的定义上下文

contextType

架构实例中可能的直接父元素

上下文 (MBNProfile)