1 instantiation of SmtpNtlmAuthenticationModule
System (1)
net\System\Net\mail\SmtpAuthenticationManager.cs (1)
24
Register(new
SmtpNtlmAuthenticationModule
());
1 reference to SmtpNtlmAuthenticationModule
System (1)
net\System\Net\mail\smtpconnection.cs (1)
298
else if (module is
SmtpNtlmAuthenticationModule
) {