Поделиться через


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

Применяется к