共用方式為


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。

適用於