is it possible to access the Windows security class in .NET 2.0 (C#) and saving/reading data from it? ( Credential Manager )
I mean the "Credential Manager" where windows saving the Remotedesktop authentication data etc.
Or if not how i can save passwords secure? Like Encrypt data with user person informations or hardware id or something else which is unique.
Thanks in Advance!