Condividi tramite


enumerazione STORAGE_CRYPTO_KEY_SIZE (ntddstor.h)

L'enumerazione STORAGE_CRYPTO_KEY_SIZE restituisce le dimensioni della chiave in bit.

Sintassi

typedef enum _STORAGE_CRYPTO_KEY_SIZE {
  StorageCryptoKeySizeUnknown,
  StorageCryptoKeySize128Bits,
  StorageCryptoKeySize192Bits,
  StorageCryptoKeySize256Bits,
  StorageCryptoKeySize512Bits
} STORAGE_CRYPTO_KEY_SIZE, *PSTORAGE_CRYPTO_KEY_SIZE;

Costanti

 
StorageCryptoKeySizeUnknown
Riservato per l'utilizzo nel sistema.
StorageCryptoKeySize128Bits
Riservato per l'utilizzo nel sistema.
StorageCryptoKeySize192Bits
Riservato per l'utilizzo nel sistema.
StorageCryptoKeySize256Bits
Riservato per l'utilizzo nel sistema.
StorageCryptoKeySize512Bits
Riservato per l'utilizzo nel sistema.

Requisiti

Requisito Valore
Intestazione ntddstor.h