次の方法で共有


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

プロパティ値

認証の種類。

注釈

このプロパティの値は、次のいずれか 1 つです。

説明
NONE認証プロトコルなし。
PAP暗号化されていないパスワード認証。
CHAPチャレンジ ハンドシェイク認証プロトコル (CHAP)。
MsCHAPv2Microsoft のチャレンジ ハンドシェイク認証プロトコル (CHAP) v2.0 を使用します。

適用対象