.net - Run managed code on secure desktop -


I am working on creating an application that must interact with the user on a secure desktop (i.e. computer screen lock ), But does not provide certification specifically from my research, it seems that the only way to run code on secure desktop is to use the credentials provider API. However, you can only write a credential provider using the original Win32 C ++ code, there is no way to use a managed code. Is there a way to get the NATT code running on a secure desktop? Will it be possible to make a .NET executable call from the Win32 credential provider?

If your program uses the credentials provider API, then (by definition) providing this certification is.

It's being said, if you own If you want to use the NET code, your best choice will be to run it as a service and communicate through a designated pipes or any other IPC system.


Comments