Share via


RemoteAccessRadiusConfig class

Manages a Remote Authentication Dial-In User Service (RADIUS) server configuration.

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("RAMgmtPSProvider"), AMENDMENT]
class RemoteAccessRadiusConfig
{
  object RadiusServerConfig;
  string SharedSecret;
};

Members

The RemoteAccessRadiusConfig class has these types of members:

Properties

The RemoteAccessRadiusConfig class has these properties.

RadiusServerConfig

Data type: object

Access type: Read/write

Qualifiers: EmbeddedObject

The RADIUS server configuration as an embedded object

SharedSecret

Data type: string

Access type: Read/write

The shared secret of the RADIUS server

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2012 R2
Namespace
Root\Microsoft\Windows\RemoteAccess
MOF
RAMgmtPSProvider.Mof
DLL
RAMgmtPSProvider.dll

See also

RAMgmtPSProvider Provider Classes