STORAGE_CRYPTO_ALGORITHM_ID 列挙 (ntddstor.h)

STORAGE_CRYPTO_ALGORITHM_ID列挙型は、StorageAdapterCryptoProperty および PropertyStandardQuery の出力バッファーを提供します。

構文

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