IP*Works! Encrypt V9 - Online Help
IP*Works! Encrypt 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, SmimeSignerCertInfoEventArgs e);

class SmimeSignerCertInfoEventArgs : EventArgs {
  string Issuer {get;}
  string SerialNumber {get;}
}

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.

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 9.0.6240.0