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

適用対象