From ddafceb45ceae2fd0768ec5efca120d410862003 Mon Sep 17 00:00:00 2001 From: Tal Aloni Date: Fri, 11 Aug 2017 22:49:11 +0300 Subject: [PATCH] Minor documentation update --- .../Authentication/NTLM/IndependentNTLMAuthenticationProvider.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/SMBLibrary/Authentication/NTLM/IndependentNTLMAuthenticationProvider.cs b/SMBLibrary/Authentication/NTLM/IndependentNTLMAuthenticationProvider.cs index 877b050..0352854 100644 --- a/SMBLibrary/Authentication/NTLM/IndependentNTLMAuthenticationProvider.cs +++ b/SMBLibrary/Authentication/NTLM/IndependentNTLMAuthenticationProvider.cs @@ -12,6 +12,7 @@ using Utilities; namespace SMBLibrary.Authentication.NTLM { + /// null if the account does not exist public delegate string GetUserPassword(string userName); public class IndependentNTLMAuthenticationProvider : NTLMAuthenticationProviderBase