EDI Integrator 2016 C++ Builder Edition
EDI Integrator 2016 C++ Builder Edition
Questions / Feedback?

SignerCertInfo Event

Fired during verification of the signed message.

Syntax

typedef void __fastcall (__closure *TibeAS2ReceiverSignerCertInfoEvent)(System::TObject* Sender, TibeAS2ReceiverSignerCertInfoEventParams *e);


__property TibeAS2ReceiverSignerCertInfoEvent OnSignerCertInfo = {read=FOnSignerCertInfo, write=FOnSignerCertInfo};

typedef struct {
     String Issuer;
     String SerialNumber;
} TibeAS2ReceiverSignerCertInfoEventParams;

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 trading partner who signed the current message.

 
 
Copyright (c) 2019 /n software inc. - All rights reserved.
EDI Integrator 2016 C++ Builder Edition - Version 16.0 [Build 7240]