VpnAuthenticationMethod Enumeration

Definition

Gibt den Typ der Authentifizierungsmethoden an, die von den systemeigenen VPN-Protokollen des Betriebssystems zulässig sind.

public enum class VpnAuthenticationMethod
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class VpnAuthenticationMethod
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum VpnAuthenticationMethod
var value = Windows.Networking.Vpn.VpnAuthenticationMethod.mschapv2
Public Enum VpnAuthenticationMethod
Vererbung
VpnAuthenticationMethod
Attribute

Windows-Anforderungen

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

Felder

Certificate 2

Zertifikat

Eap 1

Extensible Authentication Protocol

Mschapv2 0

Microsoft Challenge-Handshake Authentication Protocol v2

PresharedKey 3

Vorabfreigabeschlüssel

Gilt für: