SoHAttributeType 枚举
注意
网络访问保护平台从Windows 10开始不可用
SoHAttributeType 枚举指定存储在 TLV) 对象的属性类型-length-value (属性的类型。
语法
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
-
指定系统运行状况 ID 属性类型。
-
sohAttributeTypeIpv4FixupServers
-
指定 IPv4 修复服务器属性类型。
-
sohAttributeTypeComplianceResultCodes
-
指定符合性结果代码属性类型。
-
sohAttributeTypeTimeOfLastUpdate
-
指定上次更新属性类型的时间。
-
sohAttributeTypeClientId
-
指定客户端 ID 属性类型。
-
sohAttributeTypeVendorSpecific
-
指定特定于供应商的属性类型。
-
sohAttributeTypeHealthClass
-
指定运行状况类属性类型。
-
sohAttributeTypeSoftwareVersion
-
指定软件版本属性类型。
-
sohAttributeTypeProductName
-
指定产品名称属性类型。
-
sohAttributeTypeHealthClassStatus
-
指定运行状况类状态属性类型。
-
sohAttributeTypeSoHGenerationTime
-
指定“运行状况声明”属性类型的生成时间。
-
sohAttributeTypeErrorCodes
-
指定错误代码属性类型。
-
sohAttributeTypeFailureCategory
-
指定失败类别属性类型。
-
sohAttributeTypeIpv6FixupServers
-
指定 IPv6 修复服务器属性类型。
-
sohAttributeTypeExtendedIsolationState
-
指定扩展隔离状态属性类型。
备注
SoHAttributeValue 结构定义对应于每个属性类型的属性值。
NAP 系统使用这些属性类型:
- sohAttributeTypeSystemHealthId
- sohAttributeTypeIpv4FixupServers
- sohAttributeTypeIpv6FixupServers
- sohAttributeTypeComplianceResultCodes
- sohAttributeTypeFailureCategory
其余类型仅用于指导 SHA 和 SHV 的使用。
要求
要求 | 值 |
---|---|
最低受支持的客户端 |
Windows Vista [仅限桌面应用] |
最低受支持的服务器 |
Windows Server 2008 [仅限桌面应用] |
标头 |
|
IDL |
|