Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 756 Bytes

cellularapnauthenticationtype.md

File metadata and controls

34 lines (23 loc) · 756 Bytes
-api-id -api-type
T:Windows.Networking.Connectivity.CellularApnAuthenticationType
winrt enum

CellularApnAuthenticationType

-description

Defines values that indicate the authentication type used for a APN. These values are referenced when providing APN details using a CellularApnContext object.

-enum-fields

-field None:0

No authentication.

-field Pap:1

Password authentication.

-field Chap:2

Challenge-Handshake authentication.

-field Mschapv2:3

Microsoft Challenge-Handshake authentication (v2)

-remarks

-examples

-see-also

CellularApnContext