CellularApnContext.AuthenticationType 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指示由 接入点使用的由 CellularApnAuthenticationType 定义的身份验证方法。
public:
property CellularApnAuthenticationType AuthenticationType { CellularApnAuthenticationType get(); void set(CellularApnAuthenticationType value); };
CellularApnAuthenticationType AuthenticationType();
void AuthenticationType(CellularApnAuthenticationType value);
public CellularApnAuthenticationType AuthenticationType { get; set; }
var cellularApnAuthenticationType = cellularApnContext.authenticationType;
cellularApnContext.authenticationType = cellularApnAuthenticationType;
Public Property AuthenticationType As CellularApnAuthenticationType
属性值
身份验证类型。
注解
此属性可以具有下列值之一:
值 | 说明 |
---|---|
无 | 无身份验证协议。 |
PAP | 未加密的密码身份验证。 |
CHAP | 质询握手身份验证协议 (CHAP) 。 |
MsCHAPv2 | 使用 Microsoft 的质询握手身份验证协议 (CHAP) v2.0。 |