As far as I could understand, when the user presses the Submit button eventually, the GetSerialization
method will be called to get login details.
I am programming a Credential Provider that waits for some external signal to log in, and I do not want the user to press the Submit button.
Is it possible to trigger the submit event from the Credential Provider?