Discuss this help topic in SecureBlackbox Forum
This event is fired when the session cipher suite was negotiated.
Declaration
[C#/Java]
event TNotifyEvent OnCiphersNegotiated;
[VB.NET]
Event OnCiphersNegotiated As TNotifyEvent
[Pascal]
property OnCiphersNegotiated: TNotifyEvent;
[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 TElSimpleSSLClient when the session cipher suite was negotiated.
Discuss this help topic in SecureBlackbox Forum