BCRYPT_KEY_BLOB Structure

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.

Syntax

typedef struct _BCRYPT_KEY_BLOB {
    ULONG Magic;
} BCRYPT_KEY_BLOB;  

Members

Magic
Specifies the type of key this BLOB represents. The possible values for this member depend on the type of BLOB this structure represents.

Requirements

Header: Declared in bcrypt.h.

Library: Use bcrypt.lib.