Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The values of the RADIUSPROPERTIES enumeration type enumerate properties of the Microsoft RADIUS protocol SDO.
typedef enum _RADIUSPROPERTIES
{
PROPERTY_RADIUS_ACCOUNTING_PORT = PROPERTY_PROTOCOL_START,
PROPERTY_RADIUS_AUTHENTICATION_PORT,
PROPERTY_RADIUS_CLIENTS_COLLECTION,
PROPERTY_RADIUS_VENDORS_COLLECTION
}RADIUSPROPERTIES;
Constants
PROPERTY_RADIUS_ACCOUNTING_PORT
The TCP port used for RADIUS accounting.PROPERTY_RADIUS_AUTHENTICATION_PORT
The TCP port used for RADIUS authentication.PROPERTY_RADIUS_CLIENTS_COLLECTION
The collection of clients for this RADIUS server.PROPERTY_RADIUS_VENDORS_COLLECTION
The collection of vendors for this RADIUS server.
Requirements
Server |
Requires Windows Server 2008, Windows Server 2003, or Windows 2000 Server. |
Header |
Declared in SdoIas.h. |
IDL |
Declared in SdoIas.idl. |
See Also
CLIENTPROPERTIES
VENDORPROPERTIES
Send comments about this topic to Microsoft
Build date: 10/15/2007