SecureBlackbox Lite 2020 .NET Edition

Questions / Feedback?

BeforeCRLDownload Event

Fires when a CRL is about to be downloaded.

Syntax

public event OnBeforeCRLDownloadHandler OnBeforeCRLDownload;

public delegate void OnBeforeCRLDownloadHandler(object sender, CertificatevalidatorBeforeCRLDownloadEventArgs e);

public class CertificatevalidatorBeforeCRLDownloadEventArgs : EventArgs {
  public string Cert { get; }
  public string CACert { get; }
  public string Location { get; }
}
Public Event OnBeforeCRLDownload As OnBeforeCRLDownloadHandler

Public Delegate Sub OnBeforeCRLDownloadHandler(sender As Object, e As CertificatevalidatorBeforeCRLDownloadEventArgs)

Public Class CertificatevalidatorBeforeCRLDownloadEventArgs 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 (Certificate Revocation List) needed to validate Cert is going to be downloaded from Location.

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