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

RecipientInfo Event

Fired for each recipient certificate of the encrypted message.

Syntax

typedef void __fastcall (__closure *TibeAS2ReceiverRecipientInfoEvent)(System::TObject* Sender, TibeAS2ReceiverRecipientInfoEventParams *e);


__property TibeAS2ReceiverRecipientInfoEvent OnRecipientInfo = {read=FOnRecipientInfo, write=FOnRecipientInfo};

typedef struct {
     String Issuer;
     String SerialNumber;
     String EncryptionAlgorithm;
} TibeAS2ReceiverRecipientInfoEventParams;

Remarks

When ParseRequest or ProcessRequest has been called on a valid encrypted message, this event will fire for each recipient certificate that the message has been encrypted for.

It will contain information about the Issuer and the SerialNumber of the recipient cert.

The EncryptionAlgorithm will contain the algorithm used to encrypt the message.

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