STORAGE_CRYPTO_DESCRIPTOR_V2 - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ntddstor.h

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;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ntddstor-storage_crypto_descriptor_v2)

Description

Microsoft reserves the STORAGE_CRYPTO_DESCRIPTOR_V2 structure for internal use only. Don't use this structure in your code.

Members

Version

Reserved for system use.

Size

Reserved for system use.

NumKeysSupported

Reserved for system use.

NumCryptoCapabilities

Reserved for system use.

IceType

Reserved for system use.

SecurityComplianceBitmask

Reserved for system use.

SecurityComplianceBitmask.FIPS

Reserved for system use.

SecurityComplianceBitmask.Reserved

Reserved for system use.

SecurityComplianceBitmask.AsUchar

Reserved for system use.

CryptoCapabilities[ANYSIZE_ARRAY]

Reserved for system use.

Remarks

See also