STORAGE_CRYPTO_DESCRIPTOR_V2结构(ntddstor.h)

Microsoft reserves the STORAGE_CRYPTO_DESCRIPTOR_V2 structure for internal use only. 请勿在代码中使用此结构。

Syntax

typedef struct _STORAGE_CRYPTO_DESCRIPTOR_V2 {
  ULONG                               Version;
  ULONG                               Size;
  ULONG                               NumKeysSupported;
  ULONG                               NumCryptoCapabilities;
  STORAGE_ICE_TYPE                    IceType;
  STORAGE_SECURITY_COMPLIANCE_BITMASK SecurityComplianceBitmask;
  STORAGE_CRYPTO_KEY_TYPE             KeyTypeBitmask;
  STORAGE_CRYPTO_CAPABILITY_V2        CryptoCapabilities[ANYSIZE_ARRAY];
} STORAGE_CRYPTO_DESCRIPTOR_V2, *PSTORAGE_CRYPTO_DESCRIPTOR_V2;

Members

Version

保留供系统使用。

Size

保留供系统使用。

NumKeysSupported

保留供系统使用。

NumCryptoCapabilities

保留供系统使用。

IceType

保留供系统使用。

SecurityComplianceBitmask

保留供系统使用。

KeyTypeBitmask

CryptoCapabilities[ANYSIZE_ARRAY]

保留供系统使用。

Requirements

Requirement Value
Header ntddstor.h