Share via


SoHAttributeType 列挙

Note

ネットワーク アクセス保護プラットフォームは、Windows 10 以降は使用できません

SoHAttributeType 列挙は、属性 type-length-value (TLV) オブジェクトに格納されている属性の型を指定します。

構文

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

Statement of 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