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 ATTRIBUTERESTRICTIONS enumeration type specify restrictions on how a particular attribute can be used.
typedef enum _ATTRIBUTERESTRICTIONS
{
MULTIVALUED = 0x01,
ALLOWEDINPROFILE = 0x02,
ALLOWEDINCONDITION = 0x04,
ALLOWEDINPROXYPROFILE = 0x08,
ALLOWEDINPROXYCONDITION = 0x10,
ALLOWEDINVPNDIALUP = 0x20,
ALLOWEDIN8021X = 0x40
}ATTRIBUTERESTRICTIONS;
Constants
MULTIVALUED
Specifies whether the attribute is multivalued.ALLOWEDINPROFILE
Specifies whether the attribute is allowed in a Network Access Policy (NAP) profile.ALLOWEDINCONDITION
Specifies whether the attribute is allowed in an NAP condition.ALLOWEDINPROXYPROFILE
Specifies whether the attribute is allowed in an NAP profile for a network request proxy.**Windows 2000: **This value is unavailable.
ALLOWEDINPROXYCONDITION
Specifies whether the attribute is allowed in an NAP condition for a network request proxy.**Windows 2000: **This value is unavailable.
ALLOWEDINVPNDIALUP
Specifies whether the attribute is allowed in a VPN dialup connection.**Windows Server 2003 and earlier: **This value is unavailable.
ALLOWEDIN8021X
Specifies whether the attribute is allowed in an 8021x connection.**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
Send comments about this topic to Microsoft
Build date: 10/15/2007