Platform SDK: Logon Authentication

Client Continuation

Some protocols require multiple authentication messages. In this case, the client parses the response from the server and calls InitializeSecurityContext again using the continue status from the previous call. The client checks the return status from this call and might be required to continue for additional legs. It uses the information in OutputBufferDescriptor to construct a message and send it to the server.