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 CLIENTPROPERTIES type enumerate the properties of a RADIUS client. The SDO computer is the RADIUS server.
Syntax
typedef enum _CLIENTPROPERTIES {
PROPERTY_CLIENT_REQUIRE_SIGNATURE,
PROPERTY_CLIENT_UNUSED,
PROPERTY_CLIENT_SHARED_SECRET,
PROPERTY_CLIENT_NAS_MANUFACTURER,
PROPERTY_CLIENT_ADDRESS,
PROPERTY_CLIENT_QUARANTINE_COMPATIBLE,
PROPERTY_CLIENT_ENABLED,
PROPERTY_CLIENT_SECRET_TEMPLATE_GUID
} CLIENTPROPERTIES;
Constants
PROPERTY_CLIENT_REQUIRE_SIGNATURESpecifies whether the RADIUS server checks for a digital signature. Note If client and server use Extensible Authentication Protocol (EAP), then they use digital signatures regardless of this property. |
PROPERTY_CLIENT_UNUSEDThis value indicates that the property is not used at this time. |
PROPERTY_CLIENT_SHARED_SECRETThe secret shared by both the RADIUS client and RADIUS server. |
PROPERTY_CLIENT_NAS_MANUFACTURERThe manufacturer of the Network Access Server (NAS), that is the RADIUS client. |
PROPERTY_CLIENT_ADDRESSThe IP address of the RADIUS client. |
PROPERTY_CLIENT_QUARANTINE_COMPATIBLEUsed by NPS user interface to indicate whether a RADIUS Client can receive NAP specific quarantine attributes. |
PROPERTY_CLIENT_ENABLEDSpecifies if the RADIUS Client is enabled. If the RADIUS Client is not enabled, the configuration is present but it is not applied by NPS. |
PROPERTY_CLIENT_SECRET_TEMPLATE_GUID |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | None supported |
| Minimum supported server | Windows Server 2008 |
| Header | sdoias.h |