次の方法で共有


CellularApnAuthenticationType 列挙型

定義

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

パスワード認証。

適用対象

こちらもご覧ください