Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The STORAGE_CRYPTO_ALGORITHM_ID enum provides an output buffer for StorageAdapterCryptoProperty and PropertyStandardQuery.
Syntax
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;
Constants
StorageCryptoAlgorithmUnknownReserved for system use. |
StorageCryptoAlgorithmXTSAESReserved for system use. |
StorageCryptoAlgorithmBitlockerAESCBCReserved for system use. |
StorageCryptoAlgorithmAESECBReserved for system use. |
StorageCryptoAlgorithmESSIVAESCBCReserved for system use. |
StorageCryptoAlgorithmMaxReserved for system use. |
Requirements
| Requirement | Value |
|---|---|
| Header | ntddstor.h |