次の方法で共有


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
システム用に予約されています。

必要条件

要件 価値
ヘッダー ntddstor.h