SecureBlackbox 2020 .NET Edition

Questions / Feedback?

AfterGenerateKey Event

Signifies completion of key generation.

Syntax

public event OnAfterGenerateKeyHandler OnAfterGenerateKey;

public delegate void OnAfterGenerateKeyHandler(object sender, KmipserverAfterGenerateKeyEventArgs e);

public class KmipserverAfterGenerateKeyEventArgs : EventArgs {
  public long ConnectionId { get; }
  public string UniqueIdentifier { get; }
}
Public Event OnAfterGenerateKey As OnAfterGenerateKeyHandler

Public Delegate Sub OnAfterGenerateKeyHandler(sender As Object, e As KmipserverAfterGenerateKeyEventArgs)

Public Class KmipserverAfterGenerateKeyEventArgs Inherits EventArgs
  Public ReadOnly Property ConnectionId As Long
  Public ReadOnly Property UniqueIdentifier As String
End Class

Remarks

The component fires this event upon completion of key generation routine.

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