Minor documentation update

This commit is contained in:
Tal Aloni 2017-08-11 22:49:11 +03:00
parent d7f6cbf70c
commit ddafceb45c

View file

@ -12,6 +12,7 @@ using Utilities;
namespace SMBLibrary.Authentication.NTLM
{
/// <returns>null if the account does not exist</returns>
public delegate string GetUserPassword(string userName);
public class IndependentNTLMAuthenticationProvider : NTLMAuthenticationProviderBase