Discuss this help topic in SecureBlackbox Forum
This event is fired when the session cipher was negotiated.
Declaration
[C#/Java]
event TNotifyEvent OnCiphersNegotiated;
delegate void TNotifyEvent(object Sender);
[VB.NET]
Event OnCiphersNegotiated As TNotifyEvent
Delegate Sub TNotifyEvent(ByVal Sender As Object)
[Pascal]
property OnCiphersNegotiated: TNotifyEvent;
TNotifyEvent = procedure(Sender: TObject) of object;
Description
This event is fired by TElSSHClient when the session cipher was negotiated.
Discuss this help topic in SecureBlackbox Forum