2 references to NTLM
System.Net.Mail (2)
System\Net\Mail\SmtpConnection.Auth.cs (2)
62
_supportedAuth |= SupportedAuth.
NTLM
;
105
if ((!_sawNegotiate && (_supportedAuth & SupportedAuth.
NTLM
) > 0))