From 3a4fc710b79372b5d82440601f5ad1e45e9fc82e Mon Sep 17 00:00:00 2001 From: RKrom Date: Tue, 21 Sep 2010 15:32:49 +0000 Subject: [PATCH] Added some more comments git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@884 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4 --- GreenshotCore/Helpers/CredentialsHelper.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/GreenshotCore/Helpers/CredentialsHelper.cs b/GreenshotCore/Helpers/CredentialsHelper.cs index 75e8abe38..6da3cfad8 100644 --- a/GreenshotCore/Helpers/CredentialsHelper.cs +++ b/GreenshotCore/Helpers/CredentialsHelper.cs @@ -29,7 +29,8 @@ using System.Windows.Forms; /// /// The following code comes from: http://www.developerfusion.com/code/4693/using-the-credential-management-api/ /// and is slightly modified so it works for us. -/// Oh, try Start-> Run and type "Control keymgr.dll" to see your usernames and passwords +/// As the "Stored usernames and passwords" which can be accessed by: Start-> Run and type "Control keymgr.dll" +/// doesn't show all credentials use the tool here: http://www.microsoft.com/indonesia/msdn/credmgmt.aspx /// The following code is an example for a login, it will call the Authenticate with user/password /// which should return true if the login worked, false if not. /// private static bool Login(string system, string name) {