Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 1.09 KB

recognizing-a-request-to-renegotiate-a-connection.md

File metadata and controls

20 lines (12 loc) · 1.09 KB
description ms.assetid title ms.topic ms.date
The DecryptMessage (General) function traps requests for renegotiation coming from the message sender. It notifies your application by decrypting the message data and returning the SEC\_I\_RENEGOTIATE value.
036a93dc-7f52-42f8-945d-7f654289ef63
Recognizing a Request to Renegotiate a Connection
article
05/31/2018

Recognizing a Request to Renegotiate a Connection

The DecryptMessage (General) function traps requests for renegotiation coming from the message sender. It notifies your application by decrypting the message data and returning the SEC_I_RENEGOTIATE value.

Your application must handle such requests by calling AcceptSecurityContext (General) (servers) or InitializeSecurityContext (General) (clients) and passing the contents of SECBUFFER_EXTRA returned from DecryptMessage in the SECBUFFER_TOKEN. After this initial call returns a value, proceed as though your application were creating a new connection.