No passwords shall be visible in trace files

This commit is contained in:
alexY2004 2015-05-19 17:10:12 +03:00
parent b4d3284c4a
commit 89fb86cfae
4 changed files with 169 additions and 0 deletions

View file

@ -44,6 +44,7 @@ namespace WebsitePanel.EnterpriseServer
/// </summary>
[WebService(Namespace = "http://smbsaas/websitepanel/enterpriseserver")]
[WebServiceBinding(ConformsTo = WsiProfiles.BasicProfile1_1)]
[Policy("CommonPolicy")]
[ToolboxItem(false)]
public class esAuthentication : System.Web.Services.WebService
{