ReactOS 0.4.16-dev-983-g23ad936
|
#include <wincrypt.h>
Public Attributes | |
CRYPT_DER_BLOB | ToBeSigned |
CRYPT_ALGORITHM_IDENTIFIER | SignatureAlgorithm |
CRYPT_BIT_BLOB | Signature |
Definition at line 612 of file wincrypt.h.
CRYPT_BIT_BLOB _CERT_SIGNED_CONTENT_INFO::Signature |
Definition at line 615 of file wincrypt.h.
Referenced by CNG_PrepareSignature(), CRYPT_CreateSignedCert(), and CRYPT_VerifySignature().
CRYPT_ALGORITHM_IDENTIFIER _CERT_SIGNED_CONTENT_INFO::SignatureAlgorithm |
Definition at line 614 of file wincrypt.h.
Referenced by CRYPT_CreateSignedCert(), and CRYPT_VerifyCertSignatureFromPublicKeyInfo().
CRYPT_DER_BLOB _CERT_SIGNED_CONTENT_INFO::ToBeSigned |
Definition at line 613 of file wincrypt.h.
Referenced by CNG_CalcHash(), CRYPT_AsnDecodeCert(), CRYPT_AsnDecodeCRL(), CRYPT_CreateSignedCert(), and CRYPT_VerifySignature().