CellularApnContext.AuthenticationType 属性

定义

指示由 接入点使用的由 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。

适用于