Win32_TSGatewayRADIUSServer class
Describes a Remote Authentication Dial-In User Service (RADIUS) server, which has a set of Remote Desktop Services connection authorization policies (RD CAPs).
RADIUS is an industry-standard protocol that is used to transmit authentication, authorization, and configuration information between a server computer and an authenticating server, called a RADIUS server, with a database that stores user information. For more information, see RADIUS Protocol.
Syntax
[dynamic, provider("AAGProvider"), AMENDMENT]
class Win32_TSGatewayRADIUSServer
{
string Name;
uint32 Priority;
string SharedSecret;
};
Members
The Win32_TSGatewayRADIUSServer class has these types of members:
Methods
The Win32_TSGatewayRADIUSServer class has these methods.
Method | Description |
---|---|
Add | Adds a new RADIUS server. |
MoveDown | Moves this RADIUS server one position down in the priority order. |
MoveUp | Moves this RADIUS server one position up in the priority order. |
Remove | Removes the current RADIUS server. |
SetName | Sets the Name property for this RADIUS server. |
SetSharedSecret | Sets the SharedSecret property for this RADIUS server. |
Update | Updates the current RADIUS server. |
Properties
The Win32_TSGatewayRADIUSServer class has these properties.
-
Name
-
-
Data type: string
-
Access type: Read-only
-
Qualifiers: key
Name of the RADIUS server. This property can be changed with the SetName method.
-
-
Priority
-
-
Data type: uint32
-
Access type: Read-only
Priority of the RADIUS server. The RD Gateway server looks for RD CAPs on RADIUS servers based on the priority. This property can be changed with the MoveUp, MoveDown, Add, and Remove methods.
-
-
SharedSecret
-
-
Data type: string
-
Access type: Read-only
Shared secret for the RADIUS server. This property can be changed with the SetSharedSecret method.
-
Remarks
You must be a member of the Administrators group to use this class.
Managed Object Format (MOF) files contain the definitions for Windows Management Instrumentation (WMI) classes. MOF files are not installed as part of the Microsoft Windows Software Development Kit (SDK). They are installed on the server when you add the associated role by using the Server Manager. For more information about MOF files, see Managed Object Format (MOF).
Requirements
Requirement | Value |
---|---|
Minimum supported client |
None supported |
Minimum supported server |
Windows Server 2008 |
Namespace |
Root\CIMv2\TerminalServices |
MOF |
|
DLL |
|