共用方式為


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

適用於