Freigeben über


STORAGE_CRYPTO_ALGORITHM_ID-Enumeration (ntddstor.h)

Die STORAGE_CRYPTO_ALGORITHM_ID Enumeration stellt einen Ausgabepuffer für StorageAdapterCryptoProperty und PropertyStandardQuery bereit.

Syntax

typedef enum _STORAGE_CRYPTO_ALGORITHM_ID {
  StorageCryptoAlgorithmUnknown,
  StorageCryptoAlgorithmXTSAES,
  StorageCryptoAlgorithmBitlockerAESCBC,
  StorageCryptoAlgorithmAESECB,
  StorageCryptoAlgorithmESSIVAESCBC,
  StorageCryptoAlgorithmMax
} STORAGE_CRYPTO_ALGORITHM_ID, *PSTORAGE_CRYPTO_ALGORITHM_ID;

Konstanten

 
StorageCryptoAlgorithmUnknown
Ist für das System reserviert.
StorageCryptoAlgorithmXTSAES
Ist für das System reserviert.
StorageCryptoAlgorithmBitlockerAESCBC
Ist für das System reserviert.
StorageCryptoAlgorithmAESECB
Ist für das System reserviert.
StorageCryptoAlgorithmESSIVAESCBC
Ist für das System reserviert.
StorageCryptoAlgorithmMax
Ist für das System reserviert.

Anforderungen

Anforderung Wert
Header ntddstor.h