7 references to SmtpPermission
System (7)
net\System\Net\Configuration\SmtpNetworkElement.cs (1)
43
(new
SmtpPermission
(SmtpAccess.ConnectToUnrestrictedPort)).Demand();
net\System\Net\mail\SmtpClient.cs (3)
107
new
SmtpPermission
(SmtpAccess.Connect).Demand();
110
new
SmtpPermission
(SmtpAccess.ConnectToUnrestrictedPort).Demand();
247
new
SmtpPermission
(SmtpAccess.ConnectToUnrestrictedPort).Demand();
net\System\Net\mail\smtppermission.cs (3)
135
return new
SmtpPermission
(access);
152
return new
SmtpPermission
(this.access > other.access ? this.access : other.access);
170
return new
SmtpPermission
(this.access < other.access ? this.access : other.access);