STORAGE_CRYPTO_ALGORITHM_ID 枚举为 StorageAdapterCryptoProperty 和 PropertyStandardQuery提供输出缓冲区。
语法
typedef enum _STORAGE_CRYPTO_ALGORITHM_ID {
StorageCryptoAlgorithmUnknown,
StorageCryptoAlgorithmXTSAES,
StorageCryptoAlgorithmBitlockerAESCBC,
StorageCryptoAlgorithmAESECB,
StorageCryptoAlgorithmESSIVAESCBC,
StorageCryptoAlgorithmMax,
StorCryptoAlgorithmUnknown,
StorCryptoAlgorithmXTSAES,
StorCryptoAlgorithmBitlockerAESCBC,
StorCryptoAlgorithmAESECB,
StorCryptoAlgorithmESSIVAESCBC
} STORAGE_CRYPTO_ALGORITHM_ID, *PSTORAGE_CRYPTO_ALGORITHM_ID;
常数
StorageCryptoAlgorithmUnknown保留供系统使用。 |
StorageCryptoAlgorithmXTSAES保留供系统使用。 |
StorageCryptoAlgorithmBitlockerAESCBC保留供系统使用。 |
StorageCryptoAlgorithmAESECB保留供系统使用。 |
StorageCryptoAlgorithmESSIVAESCBC保留供系统使用。 |
StorageCryptoAlgorithmMax保留供系统使用。 |
要求
| 要求 | 价值 |
|---|---|
| 标头 | ntddstor.h |