Condividi tramite


VpnNativeProfile.UserAuthenticationMethod Proprietà

Definizione

Ottiene o imposta il metodo di autenticazione da utilizzare per autenticare l'utente.

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

Valore della proprietà

Valore di enumerazione che indica il metodo di autenticazione da utilizzare per autenticare l'utente.

Requisiti Windows

Funzionalità dell'app
networkingVpnProvider

Si applica a