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
|
Minimum supported client |
Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps only] |
|
Header |
|
See also
Show: