EDI Integrator V9 - Online Help
Available for:
EDI Integrator V9
Questions / Feedback?

SignerCertInfo Event

Fired during verification of the signed message.

Syntax

[VB.NET]
Public Event OnSignerCertInfo As OnSignerCertInfoHandler
[C#]
public event OnSignerCertInfoHandler OnSignerCertInfo;

public delegate void OnSignerCertInfoHandler(object sender, As4clientSignerCertInfoEventArgs e);

class As4clientSignerCertInfoEventArgs : EventArgs {
  string Issuer {get;}
  string SerialNumber {get;}
  string SubjectKeyIdentifier {get;}
}

Remarks

During verification, this event will be raised while parsing the signer's certificate information. 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.

Issuer identifies the subject of the issuer.

SerialNumber is the serial number of the certificate.

SubjectKeyIdentifier the Hex encoded subject key identifier.

 
 
Copyright (c) 2018 /n software inc. - All rights reserved.
Build 9.0.6635.0