Upgraded solution to Visual Studio 2010 (still targeting .NET 3.5).
This commit is contained in:
parent
71943e1e23
commit
94d378f865
39 changed files with 816 additions and 74 deletions
|
@ -18,7 +18,7 @@ namespace ScrewTurn.Wiki.PluginFramework {
|
|||
/// <param name="user">The User account.</param>
|
||||
/// <param name="password">The Password to test.</param>
|
||||
/// <returns>True if the Password is correct.</returns>
|
||||
/// <exception cref="ArgumentNullException">If <paramref name="username"/> or <paramref name="password"/> are <c>null</c>.</exception>
|
||||
/// <exception cref="ArgumentNullException">If <paramref name="user"/> or <paramref name="password"/> are <c>null</c>.</exception>
|
||||
bool TestAccount(UserInfo user, string password);
|
||||
|
||||
/// <summary>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue