Buzz LIghtyear
Buzz LIghtyear

Reputation: 490

Custom credential not working in Windows 10 Virtual Box VM

I downloaded the windows evaluation VM from https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/, to test my custom credential provider.

The same credential provider works with physical machines, for both LogonUI and CredUI cases. While the one installed in the VM, works only in the CredUI case. During the LogonUI case, the CP is not even called (Verified using log file).

Are there any registry settings that should be tuned?

Upvotes: 0

Views: 788

Answers (1)

Buzz LIghtyear
Buzz LIghtyear

Reputation: 490

The credential provider I was developing is a .NET interop dll. The dll needs to be signed with a strong name. I registered the dll after signing and was able to view the CP in the Logon UI

Upvotes: 2

Related Questions