我在 VMware 的 Windows10 上应用了 MS( https://github.com/microsoft/Windows-classic-samples )提供的凭据提供程序示例。
但是没有任何改变。
下面是我申请的。
如果我错过了什么或做错了什么,请告诉我。
提前致谢。
- 我将 .dll 文件放在 C:/Windows/System32 中。
- 我在下面运行了 Register.reg。
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\Credential Providers\{5fd3d285-0dd9-4362-8855-e0abaacd4af6}]
@="SampleV2CredentialProvider"
[HKEY_CLASSES_ROOT\CLSID\{5fd3d285-0dd9-4362-8855-e0abaacd4af6}]
@="SampleV2CredentialProvider"
[HKEY_CLASSES_ROOT\CLSID\{5fd3d285-0dd9-4362-8855-e0abaacd4af6}\InprocServer32]
@="SampleV2CredentialProvider.dll"
"ThreadingModel"="Apartment"

