enumerazione STORAGE_CRYPTO_ALGORITHM_ID (ntddstor.h)
L'enumerazione STORAGE_CRYPTO_ALGORITHM_ID fornisce un buffer di output per StorageAdapterCryptoProperty e PropertyStandardQuery.
Sintassi
typedef enum _STORAGE_CRYPTO_ALGORITHM_ID {
StorageCryptoAlgorithmUnknown,
StorageCryptoAlgorithmXTSAES,
StorageCryptoAlgorithmBitlockerAESCBC,
StorageCryptoAlgorithmAESECB,
StorageCryptoAlgorithmESSIVAESCBC,
StorageCryptoAlgorithmMax
} STORAGE_CRYPTO_ALGORITHM_ID, *PSTORAGE_CRYPTO_ALGORITHM_ID;
Costanti
StorageCryptoAlgorithmUnknown Riservato per l'utilizzo nel sistema. |
StorageCryptoAlgorithmXTSAES Riservato per l'utilizzo nel sistema. |
StorageCryptoAlgorithmBitlockerAESCBC Riservato per l'utilizzo nel sistema. |
StorageCryptoAlgorithmAESECB Riservato per l'utilizzo nel sistema. |
StorageCryptoAlgorithmESSIVAESCBC Riservato per l'utilizzo nel sistema. |
StorageCryptoAlgorithmMax Riservato per l'utilizzo nel sistema. |
Requisiti
Requisito | Valore |
---|---|
Intestazione | ntddstor.h |