Click here to Skip to main content
15,891,513 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
These days I have tried to know Windows 10 credential providers(cp).

And I downloaded V2 Credential Provider Sample from Microsoft homepage.
(you can easily find this at google, "Windows 8 V2 Credential Provider Sample in C++ for Visual Studio 2012" )

I knew this sample code was made for windows 8, but I thought that there are no difference between windows 8's cp and that of windows 10.

however, even though I tried to build projects and move .dll files to system32, I couldn't find any credentials newly formed on my notebook.

So... how do I make a new credential on my logonUI using these sample code?


-p.s. information about me : Windows 10, Visual studio 2013, gram(notebook)

What I have tried:

download v2 credential provider sample code and build projects
move .dll files to system32
read how to run against the RTM version of Windows Vista credential provider
Posted
Updated 3-Dec-16 0:32am

1 solution

Windows 10 has the different credentials provider.
Check if there's version of credentials provider exactly for Windows 10
 
Share this answer
 
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