BCRYPT_KEY_BLOB struttura (bcrypt.h)

La struttura BCRYPT_KEY_BLOB è la struttura di base per tutti i BLOB chiave CNG. Tutti i BLOB chiave CNG si basano su questa struttura. Ad esempio, la struttura BCRYPT_RSAKEY_BLOB si basa su questa struttura.

Sintassi

typedef struct _BCRYPT_KEY_BLOB {
  ULONG Magic;
} BCRYPT_KEY_BLOB;

Members

Magic

Specifica il tipo di chiave rappresentata dal BLOB. I valori possibili per questo membro dipendono dal tipo di BLOB rappresentato da questa struttura.

Requisiti

Requisito Valore
Client minimo supportato Windows Vista [solo app desktop]
Server minimo supportato Windows Server 2008 [solo app desktop]
Intestazione bcrypt.h

Vedi anche

BCRYPT_ECCKEY_BLOB

BCRYPT_RSAKEY_BLOB