CellularApnAuthenticationType Enumeration

Definition

Definiert Werte, die den für einen APN verwendeten Authentifizierungstyp angeben. Auf diese Werte wird beim Bereitstellen von APN-Details mithilfe eines CellularApnContext-Objekts verwiesen.

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
Vererbung
CellularApnAuthenticationType
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 (eingeführt in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v1.0)

Felder

Chap 2

Challenge-Handshake Authentifizierung.

Mschapv2 3

Microsoft Challenge-Handshake-Authentifizierung (v2)

None 0

Keine Authentifizierung

Pap 1

Kennwortauthentifizierung.

Gilt für:

Weitere Informationen