SecureBlackbox 2020 .NET Edition

Questions / Feedback?

OCSPDownloaded Event

Marks the success of an OCSP request.

Syntax

public event OnOCSPDownloadedHandler OnOCSPDownloaded;

public delegate void OnOCSPDownloadedHandler(object sender, CertificatevalidatorOCSPDownloadedEventArgs e);

public class CertificatevalidatorOCSPDownloadedEventArgs : EventArgs {
  public string Cert { get; }
  public string CACert { get; }
  public string Location { get; }
}
Public Event OnOCSPDownloaded As OnOCSPDownloadedHandler

Public Delegate Sub OnOCSPDownloadedHandler(sender As Object, e As CertificatevalidatorOCSPDownloadedEventArgs)

Public Class CertificatevalidatorOCSPDownloadedEventArgs 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 an OCSP response containing the validation information for Cert has been successfully downloaded from Location. This event is always preceded with BeforeOCSPDownload event.

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