SecureBlackbox 2020 .NET Edition

Questions / Feedback?

BeforeCACertificateDownload Event

Fires when a CA certificate is about to be downloaded.

Syntax

public event OnBeforeCACertificateDownloadHandler OnBeforeCACertificateDownload;

public delegate void OnBeforeCACertificateDownloadHandler(object sender, CertificatevalidatorBeforeCACertificateDownloadEventArgs e);

public class CertificatevalidatorBeforeCACertificateDownloadEventArgs : EventArgs {
  public string Cert { get; }
  public string Location { get; }
}
Public Event OnBeforeCACertificateDownload As OnBeforeCACertificateDownloadHandler

Public Delegate Sub OnBeforeCACertificateDownloadHandler(sender As Object, e As CertificatevalidatorBeforeCACertificateDownloadEventArgs)

Public Class CertificatevalidatorBeforeCACertificateDownloadEventArgs Inherits EventArgs
  Public ReadOnly Property Cert As String
  Public ReadOnly Property Location As String
End Class

Remarks

This event is fired when a CA certificate that is needed to validate Cert is about to be downloaded from Location.

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