SharpCifs.Smb.NtlmAuthenticator.GetNtlmPasswordAuthentication C# (CSharp) Method

GetNtlmPasswordAuthentication() protected method

An application extending this class must provide an implementation for this method that returns new user credentials try try when accessing SMB resources described by the getRequestingURL and getRequestingException methods.
An application extending this class must provide an implementation for this method that returns new user credentials try try when accessing SMB resources described by the getRequestingURL and getRequestingException methods. If this method returns null the SmbAuthException that triggered the authenticator check will simply be rethrown. The default implementation returns null.
protected GetNtlmPasswordAuthentication ( ) : NtlmPasswordAuthentication
return NtlmPasswordAuthentication
		protected internal virtual NtlmPasswordAuthentication GetNtlmPasswordAuthentication
			()
		{
			return null;
		}
	}