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