13 references to SupportedAuth
System (13)
net\System\Net\mail\smtpconnection.cs (13)
50
SupportedAuth
supportedAuth =
SupportedAuth
.None;
247
supportedAuth =
SupportedAuth
.None;
258
supportedAuth |=
SupportedAuth
.Login;
262
supportedAuth |=
SupportedAuth
.NTLM;
265
supportedAuth |=
SupportedAuth
.GSSAPI;
268
supportedAuth |=
SupportedAuth
.WDigest;
287
if ((supportedAuth &
SupportedAuth
.Login) > 0) {
293
if ((supportedAuth &
SupportedAuth
.GSSAPI) > 0) {
300
if ((!sawNegotiate && (supportedAuth &
SupportedAuth
.NTLM) > 0)) {
305
if ((supportedAuth &
SupportedAuth
.WDigest) > 0) {
382
supportedAuth =
SupportedAuth
.Login;
890
connection.supportedAuth =
SupportedAuth
.Login;