VpnNativeProfile.TunnelAuthenticationMethod 属性

定义

获取或设置在本机 VPN 协议的隧道层中使用的身份验证方法。

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

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

属性值

一个枚举值,指示要在本机 VPN 协议的隧道层中使用的身份验证方法。

Windows 要求

应用功能
networkingVpnProvider

适用于