2 writes to EnableSsl
System (2)
net\System\Net\mail\SmtpTransport.cs (2)
207
connection.
EnableSsl
= true;
229
connection.
EnableSsl
= true;
3 references to EnableSsl
System (3)
net\System\Net\mail\smtpconnection.cs (3)
169
if (
EnableSsl
&& ClientCertificates != null && ClientCertificates.Count > 0)
798
if (connection.
EnableSsl
) {
857
if (thisPtr.connection.
EnableSsl
) {