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