VpnNativeProfile.UserAuthenticationMethod プロパティ

定義

ユーザーの認証に使用する認証方法を取得または設定します。

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

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

プロパティ値

ユーザーの認証に使用する認証方法を示す列挙値。

Windows の要件

アプリの機能
networkingVpnProvider

適用対象