SecureBlackbox Lite 2020 .NET Edition

Questions / Feedback?

CACertificateDownloaded Event

Marks the success of a certificate download.

Syntax

public event OnCACertificateDownloadedHandler OnCACertificateDownloaded;

public delegate void OnCACertificateDownloadedHandler(object sender, CertificatevalidatorCACertificateDownloadedEventArgs e);

public class CertificatevalidatorCACertificateDownloadedEventArgs : EventArgs {
  public string Cert { get; }
  public string Location { get; }
}
Public Event OnCACertificateDownloaded As OnCACertificateDownloadedHandler

Public Delegate Sub OnCACertificateDownloadedHandler(sender As Object, e As CertificatevalidatorCACertificateDownloadedEventArgs)

Public Class CertificatevalidatorCACertificateDownloadedEventArgs 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 has been successfully downloaded from Location. This event is preceded with BeforeCACertificateDownload event.

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