共用方式為


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

適用於