Click here to Skip to main content
15,890,123 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I am trying to Create Windows Security Window in my Credential Provider when Password does not match in Case of Change Password,In GetSerialization function
but its going to crash after 1 or 2 second ,
i tried
*pcpsiOptionalStatusIcon = CPSI_ERROR;
*ppwszOptionalStatusText = L"The passwords you entered did not match.";
*pcpgsr = CPGSR_NO_CREDENTIAL_FINISHED;
as i got in blog http://social.msdn.microsoft.com/Forums/en-US/windowssecurity/thread/9eb718a1-2e11-46f0-a1bb-964ccf810d47
There are also showing same problem but i didn't get any solution on this blog
Please if any one knows tell me ..
thanks in advance........
Posted
Updated 23-Sep-11 2:06am
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900