EapConfiguration class

The EapConfiguration class represents an Extensible Authentication Protocol (EAP) configuration object.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.

Syntax

[ClassVersion("1.0.0"), dynamic, provider("VpnClientPSProvider"), AMENDMENT]
class EapConfiguration
{
  string EapConfigXmlStream;
};

Members

The EapConfiguration class has these types of members:

Properties

The EapConfiguration class has these properties.

EapConfigXmlStream

Data type: string

Access type: Read-only

An XML stream that contains the detailed EAP configuration for the virtual private network (VPN) profile.

Requirements

Minimum supported client
Windows 8
Minimum supported server
Windows Server 2012
Namespace
Root\Microsoft\Windows\RemoteAccess\Client
MOF
VPNClientPSProvider.mof
DLL
VPNClientPSProvider.dll

See also

PS_EapConfiguration