ReactOS 0.4.15-dev-8636-g945e856
|
#include <wincrypt.h>
Public Attributes | |
BYTE | bType |
BYTE | bVersion |
WORD | reserved |
ALG_ID | aiKeyAlg |
Definition at line 135 of file wincrypt.h.
ALG_ID _PUBLICKEYSTRUC::aiKeyAlg |
Definition at line 139 of file wincrypt.h.
Referenced by crypt_export_plaintext_key(), crypt_export_private_key(), crypt_export_public_key(), crypt_export_simple(), CRYPT_ImportKeyTrans(), import_plaintext_key(), import_private_key(), import_public_key(), and import_symmetric_key().
BYTE _PUBLICKEYSTRUC::bType |
Definition at line 136 of file wincrypt.h.
Referenced by crypt_export_plaintext_key(), crypt_export_private_key(), crypt_export_public_key(), crypt_export_simple(), CRYPT_ImportKeyTrans(), and import_key().
BYTE _PUBLICKEYSTRUC::bVersion |
Definition at line 137 of file wincrypt.h.
Referenced by crypt_export_plaintext_key(), crypt_export_private_key(), crypt_export_public_key(), crypt_export_simple(), CRYPT_ImportKeyTrans(), and import_key().
WORD _PUBLICKEYSTRUC::reserved |
Definition at line 138 of file wincrypt.h.
Referenced by crypt_export_plaintext_key(), crypt_export_private_key(), crypt_export_public_key(), crypt_export_simple(), CRYPT_ImportKeyTrans(), and import_key().