Discuss this help topic in SecureBlackbox Forum

TElCustomSimpleSSLClient.RenegotiateCiphers

TElCustomSimpleSSLClient     


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


Renegotiates session key material.

Declaration

[C#]
    void RenegotiateCiphers();

[VB.NET]
    Sub RenegotiateCiphers()

[Pascal]
    procedure RenegotiateCiphers;

[C++]
    void RenegotiateCiphers();

[PHP]
    void RenegotiateCiphers()

[Java]
    void renegotiateCiphers();

Description

    Call this method to renegotiate session key material. The complete SSL handshake is performed after this method was called.

Discuss this help topic in SecureBlackbox Forum