Discuss this help topic in SecureBlackbox Forum

TElSimpleSSHClient.RenegotiateCiphers

TElSimpleSSHClient     See also     


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


Makes TElSimpleSSHClient 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 TElSimpleSSHClient to force session key material renegotiation. This method makes SSH to initialize key re-exchange, within the bounds of the same session.

See also:     OnCiphersNegotiated    

Discuss this help topic in SecureBlackbox Forum