I need to implement a custom Credential Provider in C#, but I am struggling to find the COM interface definition.
Have any of you managed to do so?
My idea is to use such provider to create an auto logon mechanism triggered from a Windows Service (developed in C#).
Cheers,