ReactOS 0.4.16-dev-1481-ga753f34
|
#include <wincrypt.h>
Public Attributes | |
CRYPT_DER_BLOB | ToBeSigned |
CRYPT_ALGORITHM_IDENTIFIER | SignatureAlgorithm |
CRYPT_BIT_BLOB | Signature |
Definition at line 629 of file wincrypt.h.
CRYPT_BIT_BLOB _CERT_SIGNED_CONTENT_INFO::Signature |
Definition at line 632 of file wincrypt.h.
Referenced by CNG_PrepareSignature(), CRYPT_CreateSignedCert(), and CRYPT_VerifySignature().
CRYPT_ALGORITHM_IDENTIFIER _CERT_SIGNED_CONTENT_INFO::SignatureAlgorithm |
Definition at line 631 of file wincrypt.h.
Referenced by CRYPT_CreateSignedCert(), and CRYPT_VerifyCertSignatureFromPublicKeyInfo().
CRYPT_DER_BLOB _CERT_SIGNED_CONTENT_INFO::ToBeSigned |
Definition at line 630 of file wincrypt.h.
Referenced by CNG_CalcHash(), CRYPT_AsnDecodeCert(), CRYPT_AsnDecodeCRL(), CRYPT_CreateSignedCert(), and CRYPT_VerifySignature().