CellularApnAuthenticationType
CellularApnAuthenticationType
CellularApnAuthenticationType
CellularApnAuthenticationType
Enum
Definition
Defines values that indicate the authentication type used for a APN. These values are referenced when providing APN details using a CellularApnContext object.
public : enum class CellularApnAuthenticationTypepublic enum CellularApnAuthenticationTypePublic Enum CellularApnAuthenticationType// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| Chap Chap Chap Chap | Challenge-Handshake authentication. |
| Mschapv2 Mschapv2 Mschapv2 Mschapv2 | Microsoft Challenge-Handshake authentication (v2) |
| None None None None | No authentication. |
| Pap Pap Pap Pap | Password authentication. |