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