STORAGE_CRYPTO_ALGORITHM_ID枚举 (ntddstor.h)

STORAGE_CRYPTO_ALGORITHM_ID 枚举为 StorageAdapterCryptoPropertyPropertyStandardQuery提供输出缓冲区。

语法

typedef enum _STORAGE_CRYPTO_ALGORITHM_ID {
  StorageCryptoAlgorithmUnknown,
  StorageCryptoAlgorithmXTSAES,
  StorageCryptoAlgorithmBitlockerAESCBC,
  StorageCryptoAlgorithmAESECB,
  StorageCryptoAlgorithmESSIVAESCBC,
  StorageCryptoAlgorithmMax
} STORAGE_CRYPTO_ALGORITHM_ID, *PSTORAGE_CRYPTO_ALGORITHM_ID;

常数

 
StorageCryptoAlgorithmUnknown
保留供系统使用。
StorageCryptoAlgorithmXTSAES
保留供系统使用。
StorageCryptoAlgorithmBitlockerAESCBC
保留供系统使用。
StorageCryptoAlgorithmAESECB
保留供系统使用。
StorageCryptoAlgorithmESSIVAESCBC
保留供系统使用。
StorageCryptoAlgorithmMax
保留供系统使用。

要求

要求 价值
标头 ntddstor.h