Discuss this help topic in SecureBlackbox Forum

TElSSHServer.OnCiphersNegotiated

TElSSHServer     See also     


Filter: C#/Java  VB.NET  Pascal  C++  PHP  


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;

[C++]
    not available

[PHP]
    not available

Description

    This event is fired by TElSSHServer when the session cipher was negotiated.

See also:     RenegotiateCiphers    

Discuss this help topic in SecureBlackbox Forum