SecureBlackbox

200+ components and classes for all aspects of digital security of your data

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


TElSSLServer.OnCiphersNegotiated

TElSSLServer     See also     


 

This event is fired when the session cipher was negotiated.

 

Declaration

[C#/Java]
    event TNotifyEvent OnCiphersNegotiated;

[VB.NET]
    Event OnCiphersNegotiated As TNotifyEvent

[Pascal]
    property OnCiphersNegotiated: TNotifyEvent;

[C++]
    not implemented;

   

Description

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

   

See also:     RenegotiateCiphers    

 
Back to top