mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-06-02 02:28:23 +02:00
Minor documentation update
This commit is contained in:
parent
d7f6cbf70c
commit
ddafceb45c
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ using Utilities;
|
||||||
|
|
||||||
namespace SMBLibrary.Authentication.NTLM
|
namespace SMBLibrary.Authentication.NTLM
|
||||||
{
|
{
|
||||||
|
/// <returns>null if the account does not exist</returns>
|
||||||
public delegate string GetUserPassword(string userName);
|
public delegate string GetUserPassword(string userName);
|
||||||
|
|
||||||
public class IndependentNTLMAuthenticationProvider : NTLMAuthenticationProviderBase
|
public class IndependentNTLMAuthenticationProvider : NTLMAuthenticationProviderBase
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue