فهرست منبع

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