ATTRIBUTEFILTER enumeration (sdoias.h)

Note  Internet Authentication Service (IAS) was renamed Network Policy Server (NPS) starting with Windows Server 2008. The content of this topic applies to both IAS and NPS. Throughout the text, NPS is used to refer to all versions of the service, including the versions originally referred to as IAS.
 
The ATTRIBUTEFILTER enumerated type defines the usage cases for the NPS dictionary attributes.

Syntax

typedef enum _ATTRIBUTEFILTER {
  ATTRIBUTE_FILTER_NONE = 0,
  ATTRIBUTE_FILTER_VPN_DIALUP = 0x1,
  ATTRIBUTE_FILTER_IEEE_802_1x = 0x2
} ATTRIBUTEFILTER;

Constants

 
ATTRIBUTE_FILTER_NONE
Value: 0
ATTRIBUTE_FILTER_VPN_DIALUP
Value: 0x1
ATTRIBUTE_FILTER_IEEE_802_1x
Value: 0x2

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2008
Header sdoias.h