VpnNativeProfile.UserAuthenticationMethod Property

Definition

Gets or sets the authentication method to be used to authenticate the user.

public:
 property VpnAuthenticationMethod UserAuthenticationMethod { VpnAuthenticationMethod get(); void set(VpnAuthenticationMethod value); };
VpnAuthenticationMethod UserAuthenticationMethod();

void UserAuthenticationMethod(VpnAuthenticationMethod value);
public VpnAuthenticationMethod UserAuthenticationMethod { get; set; }
var vpnAuthenticationMethod = vpnNativeProfile.userAuthenticationMethod;
vpnNativeProfile.userAuthenticationMethod = vpnAuthenticationMethod;
Public Property UserAuthenticationMethod As VpnAuthenticationMethod

Property Value

An enum value indicating authentication method to be used to authenticate the user.

Windows requirements

App capabilities
networkingVpnProvider

Applies to