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