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;
[C++]
void get_OnCiphersNegotiated(TNotifyEvent &pMethodOutResult, void * &pDataOutResult);
void set_OnCiphersNegotiated(TNotifyEvent pMethodValue, void * pDataValue);
typedef void (SB_CALLBACK *TNotifyEvent)(void * _ObjectData, TObjectHandle Sender);
[PHP]
TNotifyEvent|callable|NULL get_OnCiphersNegotiated()
void set_OnCiphersNegotiated(TNotifyEvent|callable|NULL $Value)
callable TNotifyEvent(TObject $Sender)
Description
This event is fired by TElAS2Client when the session cipher was negotiated.
Discuss this help topic in SecureBlackbox Forum