SecureBlackbox 2020 .NET Edition

Questions / Feedback?

RetrieveCertificate Event

This event is fired when a certificate should be retrieved.

Syntax

public event OnRetrieveCertificateHandler OnRetrieveCertificate;

public delegate void OnRetrieveCertificateHandler(object sender, XadesverifierRetrieveCertificateEventArgs e);

public class XadesverifierRetrieveCertificateEventArgs : EventArgs {
  public string URI { get; }
}
Public Event OnRetrieveCertificate As OnRetrieveCertificateHandler

Public Delegate Sub OnRetrieveCertificateHandler(sender As Object, e As XadesverifierRetrieveCertificateEventArgs)

Public Class XadesverifierRetrieveCertificateEventArgs Inherits EventArgs
  Public ReadOnly Property URI As String
End Class

Remarks

This event could occur if you are verifying XAdES-C form or higher. URI parameter contains a URI value of the stored certificate along with a signature. The user should add the certificate to the KnownCertificates property.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 .NET Edition - Version 20.0 [Build 8165]