ATTRIBUTERESTRICTIONS enumeration (sdoias.h)
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
MULTIVALUED Value: 0x1 Specifies whether the attribute is multivalued. |
ALLOWEDINPROFILE Value: 0x2 Specifies whether the attribute is allowed in a Network Access Policy (NAP) profile. |
ALLOWEDINCONDITION Value: 0x4 Specifies whether the attribute is allowed in an NAP condition. |
ALLOWEDINPROXYPROFILE Value: 0x8 Specifies whether the attribute is allowed in an NAP profile for a network request proxy. |
ALLOWEDINPROXYCONDITION Value: 0x10 Specifies whether the attribute is allowed in an NAP condition for a network request proxy. |
ALLOWEDINVPNDIALUP Value: 0x20 Specifies whether the attribute is allowed in a VPN dialup connection. |
ALLOWEDIN8021X Value: 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 |