瀏覽代碼

Minor documentation update

Tal Aloni 7 年之前
父節點
當前提交
ddafceb45c
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      SMBLibrary/Authentication/NTLM/IndependentNTLMAuthenticationProvider.cs

+ 1 - 0
SMBLibrary/Authentication/NTLM/IndependentNTLMAuthenticationProvider.cs

@@ -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