SoHAttributeType 列舉

注意

從 Windows 10 開始,無法使用網路存取保護平臺

SoHAttributeType列舉會指定儲存在屬性類型-length-value (TLV) 物件中的屬性類型。

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;

常數

sohAttributeTypeSystemHealthId

指定系統健康情況識別碼屬性類型。

sohAttributeTypeIpv4FixupServers

指定 IPv4 修正伺服器屬性類型。

sohAttributeTypeComplianceResultCodes

指定合規性結果碼屬性類型。

sohAttributeTypeTimeOfLastUpdate

指定上次更新屬性類型的時間。

sohAttributeTypeClientId

指定用戶端識別碼屬性類型。

sohAttributeTypeVendorSpecific

指定廠商特定的屬性類型。

sohAttributeTypeHealthClass

指定健全狀況類別屬性類型。

sohAttributeTypeSoftwareVersion

指定軟體版本屬性類型。

sohAttributeTypeProductName

指定產品名稱屬性類型。

sohAttributeTypeHealthClassStatus

指定健全狀況類別狀態屬性類型。

sohAttributeTypeSoHGenerationTime

指定 Health 屬性類型的語句產生時間。

sohAttributeTypeErrorCodes

指定錯誤碼屬性類型。

sohAttributeTypeFailureCategory

指定失敗類別屬性類型。

sohAttributeTypeIpv6FixupServers

指定 IPv6 修正伺服器屬性類型。

sohAttributeTypeExtendedIsolationState

指定擴充隔離狀態屬性類型。

備註

SoHAttributeValue結構會定義對應至每個屬性類型的屬性值。

NAP 系統會取用這些屬性類型:

  • sohAttributeTypeSystemHealthId
  • sohAttributeTypeIpv4FixupServers
  • sohAttributeTypeIpv6FixupServers
  • sohAttributeTypeComplianceResultCodes
  • sohAttributeTypeFailureCategory

其餘的類型僅供引導 SHA 和 SHV 的使用。

規格需求

需求
最低支援的用戶端
Windows Vista [僅限傳統型應用程式]
最低支援的伺服器
Windows Server 2008 [僅限傳統型應用程式]
標頭
NapProtocol.h
Idl
NapProtocol.idl

另請參閱

SoHAttributeValue

SoHAttribute

SoH

INapSoHConstructor

INapSoHProcessor