소스 검색

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