VpnNativeProfile.UserAuthenticationMethod 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定要用來驗證使用者的驗證方法。
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
|