CLIENTPROPERTIES Enumeration

The values of the CLIENTPROPERTIES type enumerate the properties of a RADIUS client. The SDO computer is the RADIUS server.

typedef enum _CLIENTPROPERTIES
{
  PROPERTY_CLIENT_REQUIRE_SIGNATURE = PROPERTY_SDO_START,
  PROPERTY_CLIENT_FILTER_VSAS,
  PROPERTY_CLIENT_UNUSED,
  PROPERTY_CLIENT_SHARED_SECRET,
  PROPERTY_CLIENT_NAS_MANUFACTURER,
  PROPERTY_CLIENT_ADDRESS,
  PROPERTY_CLIENT_QUARANTINE_COMPATIBLE,
  PROPERTY_CLIENT_ENABLED
}CLIENTPROPERTIES;

Constants

  • PROPERTY_CLIENT_REQUIRE_SIGNATURE
    Specifies 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_FILTER_VSAS
    This value must be set before a client SDO object can be saved.

    **Windows Server 2003 and later:  **This value is unavailable.

  • PROPERTY_CLIENT_UNUSED
    This value indicates that the property is not used at this time.

    **Windows 2000:  **This value is unavailable.

  • PROPERTY_CLIENT_SHARED_SECRET
    The secret shared by both the RADIUS client and RADIUS server.

  • PROPERTY_CLIENT_NAS_MANUFACTURER
    The manufacturer of the Network Access Server (NAS), that is the RADIUS client.

  • PROPERTY_CLIENT_ADDRESS
    The IP address of the RADIUS client.

  • PROPERTY_CLIENT_QUARANTINE_COMPATIBLE
    Used by NPS user interface to indicate whether a RADIUS Client can receive NAP specific quarantine attributes.

    **Windows Server 2003 and earlier:  **This value is unavailable.

  • PROPERTY_CLIENT_ENABLED
    Specifies if the RADIUS Client is enabled. If the RADIUS Client is not enabled, the configuration is present but it is not applied by NPS.

    **Windows Server 2003 and earlier:  **This value is unavailable.

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

IASCOMMONPROPERTIES
RADIUSPROPERTIES

Send comments about this topic to Microsoft

Build date: 10/15/2007