VpnNativeProfile.UserAuthenticationMethod 属性

定义

获取或设置用于对用户进行身份验证的身份验证方法。

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

属性值

一个枚举值,指示用于对用户进行身份验证的身份验证方法。

Windows 要求

应用功能
networkingVpnProvider

适用于