SecureBlackbox 2020 .NET Edition

Questions / Feedback?

BeforeGenerateCert Event

Fires when a certificate generation request is received.

Syntax

public event OnBeforeGenerateCertHandler OnBeforeGenerateCert;

public delegate void OnBeforeGenerateCertHandler(object sender, KmipserverBeforeGenerateCertEventArgs e);

public class KmipserverBeforeGenerateCertEventArgs : EventArgs {
  public long ConnectionId { get; }
}
Public Event OnBeforeGenerateCert As OnBeforeGenerateCertHandler

Public Delegate Sub OnBeforeGenerateCertHandler(sender As Object, e As KmipserverBeforeGenerateCertEventArgs)

Public Class KmipserverBeforeGenerateCertEventArgs Inherits EventArgs
  Public ReadOnly Property ConnectionId As Long
End Class

Remarks

The component fires this event when it receives a request from the client to generate a certificate. The supplied certificate template is available in Certificate, and the request in CertificateRequest.

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