SecureBlackbox 2020 .NET Edition

Questions / Feedback?

BeforeOCSPDownload Event

Fires when a certificate's OCSP status is about to be requested.

Syntax

public event OnBeforeOCSPDownloadHandler OnBeforeOCSPDownload;

public delegate void OnBeforeOCSPDownloadHandler(object sender, CertificatevalidatorBeforeOCSPDownloadEventArgs e);

public class CertificatevalidatorBeforeOCSPDownloadEventArgs : EventArgs {
  public string Cert { get; }
  public string CACert { get; }
  public string Location { get; }
}
Public Event OnBeforeOCSPDownload As OnBeforeOCSPDownloadHandler

Public Delegate Sub OnBeforeOCSPDownloadHandler(sender As Object, e As CertificatevalidatorBeforeOCSPDownloadEventArgs)

Public Class CertificatevalidatorBeforeOCSPDownloadEventArgs 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 the validator is about to request a fresh revocation status from an OCSP responder.

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