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.
Syntax
typedef enum _ATTRIBUTERESTRICTIONS {
MULTIVALUED = 0x1,
ALLOWEDINPROFILE = 0x2,
ALLOWEDINCONDITION = 0x4,
ALLOWEDINPROXYPROFILE = 0x8,
ALLOWEDINPROXYCONDITION = 0x10,
ALLOWEDINVPNDIALUP = 0x20,
ALLOWEDIN8021X = 0x40
} ATTRIBUTERESTRICTIONS;
Constants
MULTIVALUEDValue: 0x1 Specifies whether the attribute is multivalued. |
ALLOWEDINPROFILEValue: 0x2 Specifies whether the attribute is allowed in a Network Access Policy (NAP) profile. |
ALLOWEDINCONDITIONValue: 0x4 Specifies whether the attribute is allowed in an NAP condition. |
ALLOWEDINPROXYPROFILEValue: 0x8 Specifies whether the attribute is allowed in an NAP profile for a network request proxy. |
ALLOWEDINPROXYCONDITIONValue: 0x10 Specifies whether the attribute is allowed in an NAP condition for a network request proxy. |
ALLOWEDINVPNDIALUPValue: 0x20 Specifies whether the attribute is allowed in a VPN dialup connection. |
ALLOWEDIN8021XValue: 0x40 Specifies whether the attribute is allowed in an 8021x connection. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | None supported |
| Minimum supported server | Windows Server 2008 |
| Header | sdoias.h |