mirror of
https://github.com/greenshot/greenshot
synced 2025-08-20 05:23:24 -07:00
Added some more comments
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@884 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
e820e1bc0e
commit
3a4fc710b7
1 changed files with 2 additions and 1 deletions
|
@ -29,7 +29,8 @@ using System.Windows.Forms;
|
|||
/// <summary>
|
||||
/// 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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue