RemoteAccessRadiusServer class
Represents a Remote Authentication Dial-In User Service (RADIUS) server
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 RemoteAccessRadiusServer
{
RemoteAccessRadiusServerPurpose ServerPurpose;
uint32 Score;
uint32 Timeout;
uint32 Port;
string SharedSecret;
string AccountingOnOffMsg;
string MsgAuthenticator;
};
Members
The RemoteAccessRadiusServer class has these types of members:
Properties
The RemoteAccessRadiusServer class has these properties.
-
AccountingOnOffMsg
-
-
Data type: string
-
Access type: Read/write
Whether sending accounting ON-OFF messages is enabled
The possible values are.
-
-
Enabled ("Enabled")
-
Disabled ("Disabled")
MsgAuthenticator
-
Data type: string
-
Access type: Read/write
Whether the use of message authenticator is enabled
The possible values are.
Enabled ("Enabled")
Disabled ("Disabled")
Port
-
Data type: uint32
-
Access type: Read/write
Port number on which RADIUS is listening
Score
-
Data type: uint32
-
Access type: Read/write
Initial Score
ServerPurpose
-
Data type: RemoteAccessRadiusServerPurpose
-
Access type: Read-only
-
Qualifiers: EmbeddedInstance ("RemoteAccessRadiusServerPurpose")
A RemoteAccessRadiusServerPurpose embedded instance
SharedSecret
-
Data type: string
-
Access type: Read/write
The shared Secret
Timeout
-
Data type: uint32
-
Access type: Read/write
Time out in seconds
Requirements
Minimum supported client |
None supported |
Minimum supported server |
Windows Server 2012 |
Namespace |
Root\Microsoft\Windows\RemoteAccess |
MOF |
|
DLL |
|