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
プロパティ値
認証の種類。
注釈
このプロパティの値は、次のいずれか 1 つです。
値 | 説明 |
---|---|
NONE | 認証プロトコルなし。 |
PAP | 暗号化されていないパスワード認証。 |
CHAP | チャレンジ ハンドシェイク認証プロトコル (CHAP)。 |
MsCHAPv2 | Microsoft のチャレンジ ハンドシェイク認証プロトコル (CHAP) v2.0 を使用します。 |