Open nikishyn opened 2 years ago
I am exploring windows credential providers. So, I have started with this samples SampleHardwareEventCredentialProvider from https://github.com/Microsoft/Windows-classic-samples/tree/master/Samples/Win7Samples/security/credentialproviders solution.
I added some logs to constructors and destructors for the following classes: CSampleCredential, CommandWindow, CSampleProvider, MessageCredential.
Seems, that destructors are not called after login.
Build environment Windows 10 - 64 bit Visual Studio 2019
I am exploring windows credential providers. So, I have started with this samples SampleHardwareEventCredentialProvider from https://github.com/Microsoft/Windows-classic-samples/tree/master/Samples/Win7Samples/security/credentialproviders solution.
I added some logs to constructors and destructors for the following classes: CSampleCredential, CommandWindow, CSampleProvider, MessageCredential.
Seems, that destructors are not called after login.
Build environment Windows 10 - 64 bit Visual Studio 2019