Share via


ATTRIBUTRESTRICTIONS-Enumeration (sdoias.h)

Die Werte des ATTRIBUTRESTRICTIONS-Enumerationstyps geben Einschränkungen für die Verwendung eines bestimmten Attributs an.

Syntax

typedef enum _ATTRIBUTERESTRICTIONS {
  MULTIVALUED = 0x1,
  ALLOWEDINPROFILE = 0x2,
  ALLOWEDINCONDITION = 0x4,
  ALLOWEDINPROXYPROFILE = 0x8,
  ALLOWEDINPROXYCONDITION = 0x10,
  ALLOWEDINVPNDIALUP = 0x20,
  ALLOWEDIN8021X = 0x40
} ATTRIBUTERESTRICTIONS;

Konstanten

 
MULTIVALUED
Wert: 0x1
Gibt an, ob das Attribut mehrwertig ist.
ALLOWEDINPROFILE
Wert: 0x2
Gibt an, ob das Attribut in einem NAP-Profil (Network Access Policy) zulässig ist.
ALLOWEDINCONDITION
Wert: 0x4
Gibt an, ob das Attribut in einer NAP-Bedingung zulässig ist.
ALLOWEDINPROXYPROFILE
Wert: 0x8
Gibt an, ob das Attribut in einem NAP-Profil für einen Netzwerkanforderungsproxy zulässig ist.
ALLOWEDINPROXYCONDITION
Wert: 0x10
Gibt an, ob das Attribut in einer NAP-Bedingung für einen Netzwerkanforderungsproxy zulässig ist.
ALLOWEDINVPNDIALUP
Wert: 0x20
Gibt an, ob das Attribut in einer VPN-DFÜ-Verbindung zulässig ist.
ALLOWEDIN8021X
Wert: 0x40
Gibt an, ob das Attribut in einer 8021x-Verbindung zulässig ist.

Anforderungen

Anforderung Wert
Unterstützte Mindestversion (Client) Nicht unterstützt
Unterstützte Mindestversion (Server) Windows Server 2008
Kopfzeile sdoias.h

Weitere Informationen

ATTRIBUTEINFO