VpnNativeProfile.TunnelAuthenticationMethod 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置在本机 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
|