Discuss this help topic in SecureBlackbox Forum

TElSSHClass.RenegotiateCiphers

TElSSHClass     See also     


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


Makes TElSSHClient 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 forces 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