VpnNativeProfile.EapConfiguration Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Dient zum Abrufen oder Festlegen der EAP-Authentifizierungskonfiguration für ein Posteingangs-/natives VPN-Profil.
public:
property Platform::String ^ EapConfiguration { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring EapConfiguration();
void EapConfiguration(winrt::hstring value);
public string EapConfiguration { get; set; }
var string = vpnNativeProfile.eapConfiguration;
vpnNativeProfile.eapConfiguration = string;
Public Property EapConfiguration As String
Eigenschaftswert
Die EAP-Authentifizierungskonfiguration für ein Posteingangs-/natives VPN-Profil.
Windows-Anforderungen
App-Funktionen |
networkingVpnProvider
|