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