VpnAuthenticationMethod Enum

Definition

Specifies the type of authentication methods allowed by the operating system native VPN protocols.

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
Inheritance
VpnAuthenticationMethod
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)
App capabilities
networkingVpnProvider

Fields

Certificate 2

Certificate

Eap 1

Extensible Authentication Protocol

Mschapv2 0

Microsoft Challenge-Handshake Authentication Protocol v2

PresharedKey 3

Preshared key

Applies to