SoHAttributeType-Enumeration

Hinweis

Die Netzwerkzugriffsschutz-Plattform ist ab dem Windows 10

Die SoHAttributeType-Enumeration gibt den Typ des Attributs an, das im TLV-Objekt (Type-Length-Value) des Attributs gespeichert ist.

Syntax

typedef enum tagSoHAttributeType { 
  sohAttributeTypeSystemHealthId          = 2,
  sohAttributeTypeIpv4FixupServers        = 3,
  sohAttributeTypeComplianceResultCodes   = 4,
  sohAttributeTypeTimeOfLastUpdate        = 5,
  sohAttributeTypeClientId                = 6,
  sohAttributeTypeVendorSpecific          = 7,
  sohAttributeTypeHealthClass             = 8,
  sohAttributeTypeSoftwareVersion         = 9,
  sohAttributeTypeProductName             = 10,
  sohAttributeTypeHealthClassStatus       = 11,
  sohAttributeTypeSoHGenerationTime       = 12,
  sohAttributeTypeErrorCodes              = 13,
  sohAttributeTypeFailureCategory         = 14,
  sohAttributeTypeIpv6FixupServers        = 15,
  sohAttributeTypeExtendedIsolationState  = 16
} SoHAttributeType;

Konstanten

sohAttributeTypeSystemHealthId

Gibt den Attributtyp der Systemzustands-ID an.

sohAttributeTypeIpv4FixupServers

Gibt den Typ des IPv4-Fix up-Serverattributs an.

sohAttributeTypeComplianceResultCodes

Gibt den Attributtyp des Konformitätsergebniscodes an.

sohAttributeTypeTimeOfLastUpdate

Gibt den Zeitpunkt des letzten Aktualisierungsattributtyps an.

sohAttributeTypeClientId

Gibt den Client-ID-Attributtyp an.

sohAttributeTypeVendorSpecific

Gibt den herstellerspezifischen Attributtyp an.

sohAttributeTypeHealthClass

Gibt den Attributtyp der Integritätsklasse an.

sohAttributeTypeSoftwareVersion

Gibt den Attributtyp der Softwareversion an.

sohAttributeTypeProductName

Gibt den Attributtyp des Produktnamens an.

sohAttributeTypeHealthClassStatus

Gibt den Statusattributtyp der Integritätsklasse an.

sohAttributeTypeSoHGenerationTime

Gibt die Generierungszeit des Attributtyps Statement of Health an.

sohAttributeTypeErrorCodes

Gibt den Fehlercodeattributtyp an.

sohAttributeTypeFailureCategory

Gibt den Attributtyp der Fehlerkategorie an.

sohAttributeTypeIpv6FixupServers

Gibt den Typ des IPv6-Fix up-Serverattributs an.

sohAttributeTypeExtendedIsolationState

Gibt den Attributtyp des erweiterten Isolationszustands an.

Bemerkungen

Die SoHAttributeValue-Struktur definiert die Attributwerte, die den einzelnen Attributtypen entsprechen.

Diese Attributtypen werden vom NAP-System verwendet:

  • sohAttributeTypeSystemHealthId
  • sohAttributeTypeIpv4FixupServers
  • sohAttributeTypeIpv6FixupServers
  • sohAttributeTypeComplianceResultCodes
  • sohAttributeTypeFailureCategory

Die restlichen Typen dienen nur dazu, die Verwendung durch SHAs und SHVs zu leiten.

Requirements (Anforderungen)

Anforderung Wert
Unterstützte Mindestversion (Client)
Windows Nur [ Vista-Desktop-Apps]
Unterstützte Mindestversion (Server)
Windows Nur Server [ 2008-Desktop-Apps]
Header
NapProtocol.h
IDL
NapProtocol.idl

Weitere Informationen

SoHAttributeValue

SoHAttribute

Soh

INapSoHConstructor

INapSoHProcessor