11 references to SupportedAuth
System.Net.Mail (11)
System\Net\Mail\SmtpConnection.Auth.cs (9)
22private SupportedAuth _supportedAuth = SupportedAuth.None; 45_supportedAuth = SupportedAuth.None; 58_supportedAuth |= SupportedAuth.Login; 62_supportedAuth |= SupportedAuth.NTLM; 66_supportedAuth |= SupportedAuth.GSSAPI; 89if ((_supportedAuth & SupportedAuth.Login) > 0) 96if ((_supportedAuth & SupportedAuth.GSSAPI) > 0) 105if ((!_sawNegotiate && (_supportedAuth & SupportedAuth.NTLM) > 0))
System\Net\Mail\SmtpConnection.cs (2)
220_supportedAuth = SupportedAuth.Login; 643_connection._supportedAuth = SupportedAuth.Login;