énumération STORAGE_CRYPTO_ALGORITHM_ID (ntddstor.h)
L’énumération STORAGE_CRYPTO_ALGORITHM_ID fournit une mémoire tampon de sortie pour StorageAdapterCryptoProperty et PropertyStandardQuery.
Syntaxe
typedef enum _STORAGE_CRYPTO_ALGORITHM_ID {
StorageCryptoAlgorithmUnknown,
StorageCryptoAlgorithmXTSAES,
StorageCryptoAlgorithmBitlockerAESCBC,
StorageCryptoAlgorithmAESECB,
StorageCryptoAlgorithmESSIVAESCBC,
StorageCryptoAlgorithmMax
} STORAGE_CRYPTO_ALGORITHM_ID, *PSTORAGE_CRYPTO_ALGORITHM_ID;
Constantes
StorageCryptoAlgorithmUnknown Réservé à l’utilisation du système. |
StorageCryptoAlgorithmXTSAES Réservé à l’utilisation du système. |
StorageCryptoAlgorithmBitlockerAESCBC Réservé à l’utilisation du système. |
StorageCryptoAlgorithmAESECB Réservé à l’utilisation du système. |
StorageCryptoAlgorithmESSIVAESCBC Réservé à l’utilisation du système. |
StorageCryptoAlgorithmMax Réservé à l’utilisation du système. |
Exigences
Exigence | Valeur |
---|---|
d’en-tête | ntddstor.h |