System.Net.Mail.SmtpAuthenticationManager.SmtpAuthenticationManager C# (CSharp) Method

SmtpAuthenticationManager() static private method

static private SmtpAuthenticationManager ( ) : System.Collections.Generic
return System.Collections.Generic
        static SmtpAuthenticationManager()
        {
            Register(new SmtpNegotiateAuthenticationModule());
            Register(new SmtpNtlmAuthenticationModule());
            Register(new SmtpLoginAuthenticationModule());
        }