Freigeben über


VpnChannel.Configuration Eigenschaft

Definition

Dient zum Abrufen oder Festlegen eines VpnChannelConfiguration -Objekts, das der Konfiguration der VpnChannel- entspricht und die bestimmt, wie die Kommunikation mit dem VPN-Server hergestellt wird.

public:
 property VpnChannelConfiguration ^ Configuration { VpnChannelConfiguration ^ get(); };
VpnChannelConfiguration Configuration();
public VpnChannelConfiguration Configuration { get; }
var vpnChannelConfiguration = vpnChannel.configuration;
Public ReadOnly Property Configuration As VpnChannelConfiguration

Eigenschaftswert

Ein VpnChannelConfiguration--Objekt, das die Konfiguration des VpnChannel--Objekts enthält.

Windows-Anforderungen

App-Funktionen
networkingVpnProvider

Hinweise

Anmerkung

Jeder Aufruf dieser API außerhalb eines verbundenen VPN-Plug-Ins schlägt fehl, da Aktivitäten und Interaktionen zwischen dem VPN-Plug-In und dem System vom VPN-Profil gesteuert werden. Pro Prozess kann nur ein VPN-Profil vorhanden sein, da das VPN-Plug-In nur ein VPN-Profil zugeordnet ist, und wenn ein Aufrufer mehrere Profilobjekte erstellen würde, würden sie alle auf die gleichen Einstellungen verweisen.

Gilt für: