|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <wincrypt.h>

Public Attributes | |
| DWORD | dwIdChoice |
| union { | |
| CERT_ISSUER_SERIAL_NUMBER IssuerSerialNumber | |
| CRYPT_HASH_BLOB KeyId | |
| CRYPT_HASH_BLOB HashId | |
| } | DUMMYUNIONNAME |
Definition at line 3828 of file wincrypt.h.
| union { ... } _CERT_ID::DUMMYUNIONNAME |
| DWORD _CERT_ID::dwIdChoice |
Definition at line 3830 of file wincrypt.h.
Referenced by CDecodeSignedMsg_VerifySignature(), compare_cms_signer_info(), CRYPT_IsValidSigner(), and test_decode_msg_get_param().
| CRYPT_HASH_BLOB _CERT_ID::HashId |
Definition at line 3834 of file wincrypt.h.
| CERT_ISSUER_SERIAL_NUMBER _CERT_ID::IssuerSerialNumber |
Definition at line 3832 of file wincrypt.h.
Referenced by CContentEncryptInfo_Construct(), CContentEncryptInfo_Free(), CDecodeEnvelopedMsg_GetParam(), CDecodeSignedMsg_VerifySignature(), compare_cms_signer_info(), CRYPT_IsValidSigner(), and test_decode_msg_get_param().
| CRYPT_HASH_BLOB _CERT_ID::KeyId |
Definition at line 3833 of file wincrypt.h.
Referenced by compare_cms_signer_info(), CRYPT_IsValidSigner(), and test_decode_msg_get_param().