Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: ionServiceProxy _serviceProxy; IOrganizationService _service; ClientCredentials UserCredentials; UserCredentials = new ClientCredentials(); UserCredentials.UserName.UserName = "Username"; UserCredentials.UserName.Password = "Passw0rd"; ClientCredentials DivCredentials = null; Uri HomeRealmURI = null; string ServiceUrl = "http://crmserver/Organization.svc"; Uri serviceurl = new Uri(ServiceUrl); _serviceProxy = new OrganizationServiceProxy(servi Source: http://pastebin.com/raw.php?i=kBTQpLXn
↧