Discuss this help topic in SecureBlackbox Forum

TElSSHBaseClient.RenegotiateCiphers

TElSSHBaseClient     See also     


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


Forces 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

Call this method to ask TElSSHBaseClient to force session key material renegotiation. The client then initializes key re-exchange within the bounds of the same session.

See also:     OnCiphersNegotiated    

Discuss this help topic in SecureBlackbox Forum