5 writes to _supportedAuth
System.Net.Mail (5)
System\Net\Mail\SmtpConnection.Auth.cs (4)
45_supportedAuth = SupportedAuth.None; 62_supportedAuth |= SupportedAuth.Login; 66_supportedAuth |= SupportedAuth.NTLM; 70_supportedAuth |= SupportedAuth.GSSAPI;
System\Net\Mail\SmtpConnection.cs (1)
143_supportedAuth = SupportedAuth.Login;
3 references to _supportedAuth
System.Net.Mail (3)
System\Net\Mail\SmtpConnection.Auth.cs (3)
93if ((_supportedAuth & SupportedAuth.Login) > 0) 100if ((_supportedAuth & SupportedAuth.GSSAPI) > 0) 109if ((!_sawNegotiate && (_supportedAuth & SupportedAuth.NTLM) > 0))