NathanCastle / BootShellCredentialProvider

Windows 10 Credential Provider intended to simplify the process of logging directly into alternative shells to Windows Explorer.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is the Credential Provider have to use the Windows password?

trac3me opened this issue · comments

Hello there, great product:
I am using CredentialProvider to develop my custom login method,After my research,the Credential Provider seems to require the user's original Windows password. my question is : Is the Credential Provider have to know the original Windows password, and pass it to the operating system for verification, Otherwise the user cannot log in successfully?