CellularApnAuthenticationType 列挙型
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
APN に使用される認証の種類を示す値を定義します。 これらの値は、 CellularApnContext オブジェクトを使用して APN の詳細を指定するときに参照されます。
public enum class CellularApnAuthenticationType
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class CellularApnAuthenticationType
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum CellularApnAuthenticationType
var value = Windows.Networking.Connectivity.CellularApnAuthenticationType.none
Public Enum CellularApnAuthenticationType
- 継承
-
CellularApnAuthenticationType
- 属性
Windows の要件
デバイス ファミリ |
Windows 10 (10.0.10240.0 で導入)
|
API contract |
Windows.Foundation.UniversalApiContract (v1.0 で導入)
|
フィールド
Chap | 2 | Challenge-Handshake 認証。 |
Mschapv2 | 3 | Microsoft Challenge-Handshake 認証 (v2) |
None | 0 | 認証なし。 |
Pap | 1 | パスワード認証。 |