Source position: jwawincrypt.pas line 6541
type _CMSG_SIGNER_INFO = record |
dwVersion: DWORD; |
Issuer: CERT_NAME_BLOB; |
SerialNumber: CRYPT_INTEGER_BLOB; |
HashAlgorithm: CRYPT_ALGORITHM_IDENTIFIER; |
HashEncryptionAlgorithm: CRYPT_ALGORITHM_IDENTIFIER; |
EncryptedHash: CRYPT_DATA_BLOB; |
AuthAttrs: CRYPT_ATTRIBUTES; |
UnauthAttrs: CRYPT_ATTRIBUTES; |
end; |