Discuss this help topic in SecureBlackbox Forum

TElSimpleFTPSClient.RenegotiateCiphers

TElSimpleFTPSClient     


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


Makes TElSimpleFTPSClient 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 TElSimpleFTPSClient to force session key material renegotiation. The complete SSL handshake is performed after this method was called.

Discuss this help topic in SecureBlackbox Forum