I am making a program in C# visual studio that requires access to the control panels web credentials. I have forced admin permission in order to do so and now just need to use the extension to acess the credentials. I am used to using Enviroment., where in order to gain access to data the code is: Console.WriteLine("Example: " + Environment.Example); and each thing has a certain name such as Machine Name and OS. when using .WebCredentials each thing also has a name but since I am new to this extension I am unsure of what that name is. Console.WriteLine("Passwords: " + WebCredentials.????); what should I type here?
I've tried .Passwords .Passwrds .Credentials .Webcredentials .browser. .show
