The BCRYPT_KEY_BLOB structure is the base structure for all CNG key BLOBs. All CNG key BLOBs are based on this structure. For example, the BCRYPT_RSAKEY_BLOB structure is based on this structure.
typedef struct _BCRYPT_KEY_BLOB {
ULONG Magic;
} BCRYPT_KEY_BLOB;
Magic
Specifies the type of key this BLOB represents. The possible values for this member depend on the type of BLOB this structure represents.
Header: Declared in bcrypt.h.
Library: Use bcrypt.lib.