I am new to stackoverflow and C#. I recently started to publish simple WinForm apps but I still have a long way to go...
I wrote an app that uses the above nuget package to remove all credentials stored locally.
I am able to use CredentialManager.RemoveCredentials()
method to remove Type: Generic credentials.
But I cannot remove Generic Certificate and Domain Password credential types. it throws a generic exception saying that the credentials cannot be deleted. As I said I am new to c#, am I missing something?
Thanks in advance
Angelo