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.
Syntax
typedef enum _RADIUSPROPERTIES {
PROPERTY_RADIUS_ACCOUNTING_PORT,
PROPERTY_RADIUS_AUTHENTICATION_PORT,
PROPERTY_RADIUS_CLIENTS_COLLECTION,
PROPERTY_RADIUS_VENDORS_COLLECTION
} RADIUSPROPERTIES;
Constants
PROPERTY_RADIUS_ACCOUNTING_PORTThe TCP port used for RADIUS accounting. |
PROPERTY_RADIUS_AUTHENTICATION_PORTThe TCP port used for RADIUS authentication. |
PROPERTY_RADIUS_CLIENTS_COLLECTIONThe collection of clients for this RADIUS server. |
PROPERTY_RADIUS_VENDORS_COLLECTIONThe collection of vendors for this RADIUS server. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | None supported |
| Minimum supported server | Windows Server 2008 |
| Header | sdoias.h |