SecureBlackbox 2020 .NET Edition

Questions / Feedback?

RetrieveCRL Event

This event is fired when a CRL should be retrieved.

Syntax

public event OnRetrieveCRLHandler OnRetrieveCRL;

public delegate void OnRetrieveCRLHandler(object sender, AsicverifierRetrieveCRLEventArgs e);

public class AsicverifierRetrieveCRLEventArgs : EventArgs {
  public string URI { get; }
}
Public Event OnRetrieveCRL As OnRetrieveCRLHandler

Public Delegate Sub OnRetrieveCRLHandler(sender As Object, e As AsicverifierRetrieveCRLEventArgs)

Public Class AsicverifierRetrieveCRLEventArgs 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 CRL along with a signature. The user should add the CRL to the KnownCRLs property.

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