共用方式為


STORAGE_CRYPTO_ALGORITHM_ID列舉 (ntddstor.h)

STORAGE_CRYPTO_ALGORITHM_ID列舉提供 StorageAdapterCryptoPropertyPropertyStandardQuery 的輸出緩衝區。

Syntax

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