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。 |