SignerCertInfo Event
Fired during verification of the signed message.
Syntax
virtual int FireSignerCertInfo(SMIMESignerCertInfoEventParams *e);
typedef struct {
char* Issuer;
char* SerialNumber;
int reserved;
} SMIMESignerCertInfoEventParams;
Remarks
During verification, this event will be raised while parsing the signer's certificate information. The event will contain information about the Issuer and the SerialNumber of the expected certificate. This event should be used to select the certificate to verify the signed message during runtime if multiple certificates exist for the originator of this message.