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
预留给系统使用。

要求

要求
Header ntddstor.h