SecureBlackbox 2020 .NET Edition

Questions / Feedback?

CRLDownloaded Event

Marks the success of a CRL download.

Syntax

public event OnCRLDownloadedHandler OnCRLDownloaded;

public delegate void OnCRLDownloadedHandler(object sender, CertificatevalidatorCRLDownloadedEventArgs e);

public class CertificatevalidatorCRLDownloadedEventArgs : EventArgs {
  public string Cert { get; }
  public string CACert { get; }
  public string Location { get; }
}
Public Event OnCRLDownloaded As OnCRLDownloadedHandler

Public Delegate Sub OnCRLDownloadedHandler(sender As Object, e As CertificatevalidatorCRLDownloadedEventArgs)

Public Class CertificatevalidatorCRLDownloadedEventArgs Inherits EventArgs
  Public ReadOnly Property Cert As String
  Public ReadOnly Property CACert As String
  Public ReadOnly Property Location As String
End Class

Remarks

This event is fired when a CRL containing the validation information for Cert has been successfully downloaded from Location. This event is always preceded with BeforeCRLDownload event.

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