Queues a renegotiation request.
[Visual Basic]
Public Sub QueueRenegotiate()
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.
Exception Type | Condition |
---|---|
SocketException | An operating system error occurs while accessing the SecureSocket. |
SecureSocket Class | SecureSocket Members | Org.Mentalis.Security.Ssl Namespace