// 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 referenceNo description available.
Microsoft reserves the STORAGE_CRYPTO_DESCRIPTOR_V2 structure for internal use only. Don't use this structure in your code.
VersionReserved for system use.
SizeReserved for system use.
NumKeysSupportedReserved for system use.
NumCryptoCapabilitiesReserved for system use.
IceTypeReserved for system use.
SecurityComplianceBitmaskReserved for system use.
SecurityComplianceBitmask.FIPSReserved for system use.
SecurityComplianceBitmask.ReservedReserved for system use.
SecurityComplianceBitmask.AsUcharReserved for system use.
CryptoCapabilities[ANYSIZE_ARRAY]Reserved for system use.