Discuss this help topic in SecureBlackbox Forum

TElSSLClient.RenegotiateCiphers

TElSSLClient     See also     


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


Makes TElSSLClient to force session key material renegotiation.

Declaration

[C#]
    void RenegotiateCiphers();

[VB.NET]
    Sub RenegotiateCiphers()

[Pascal]
    procedure RenegotiateCiphers;

[C++]
    void RenegotiateCiphers();

[PHP]
    void RenegotiateCiphers()

[Java]
    void renegotiateCiphers();

Description

    This method makes TElSSLClient to force session key material renegotiation. The complete SSL handshake is performed after this method was called.

See also:     TElSSLClass.OnCiphersNegotiated    

Discuss this help topic in SecureBlackbox Forum