Discuss this help topic in SecureBlackbox Forum

TElClientIndySSLIOHandlerSocket.OnSSLEstablished

TElClientIndySSLIOHandlerSocket     See also     


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


This event is fired after SSL session is established.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    property OnSSLEstablished: TSBSSLEstablishedEvent;
    TSBSSLEstablishedEvent = procedure(Sender : TObject; Version : TSBVersion; CipherSuite : TSBCipherSuite) of object;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Parameters

  • Version - SSL version of established session
  • CipherSuite - ciphersuite used in established session

Versions values:

CipherSuites values:

Description

    This event is used when SSL session was established successfully. Passes the SSL version and cipher suites used for the session.

See also:     StartSSL    

Discuss this help topic in SecureBlackbox Forum