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
|