jamiehighfield / windowscredentialprovider

A .NET implementation of the authentication mechanism used within Windows 7, 7, 10 & 11.
6 stars 2 forks source link

Unable to see the sample Credential provider after instalaltion #2

Closed subu1979 closed 5 months ago

subu1979 commented 5 months ago

Finaly able to register and unregister (refer refister_unregister.zip)

Also tested in ARM64

register_unregister.zip

jamiehighfield commented 4 months ago

The master branch currently contains an older version of the library. I'm working on improvements slowly, but in the net6-upgrade branch. This should be a little easier to register. Make sure to compile for x64, x86, ARM, etc. (dependent on your processor architecture), and place it in the system32 folder, and register using regsvr32 (for the net6-upgrade branch).