Mentalis.org Security Library documentation

SecureSocket.QueueRenegotiate Method 

Queues a renegotiation request.

[Visual Basic]
Public Sub QueueRenegotiate()
[C#]
public void QueueRenegotiate();

Remarks

Use the QueueRenegotiate function with caution. Some SSL/TLS clients or server do not support renegotiation. For instance, requesting a renegotiation in the middle of sending a HTTP request to a MS IIS server causes the connection to be shut down. Renegotiations should only be used when a small private key [512 bits] is used and the connection is active for a long period of time.

Exceptions

Exception TypeCondition
SocketExceptionAn operating system error occurs while accessing the SecureSocket.

See Also

SecureSocket Class | SecureSocket Members | Org.Mentalis.Security.Ssl Namespace