Source position: jwawincrypt.pas line 5729
type _CMSG_SIGNED_ENCODE_INFO = record |
cbSize: DWORD; |
cSigners: DWORD; |
rgSigners: PCMSG_SIGNER_ENCODE_INFO; |
cCertEncoded: DWORD; |
rgCertEncoded: PCERT_BLOB; |
cCrlEncoded: DWORD; |
rgCrlEncoded: PCRL_BLOB; |
end; |