Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: public MainPage() { InitializeComponent(); } private void Button_Click(object sender, RoutedEventArgs e) { AuthHeader ServiceCredential = new AuthHeader() { Username = "iphoneservs", Password = "sdfsdfssdfsdf" }; ServiceReference1.WebService1SoapClient client = new WebService1SoapClient(); client.SensitiveDataCompleted += client_SensitiveDataCompleted; using (var scope = new OperationContextScope(client.InnerChannel)) Source: http://pastebin.com/raw.php?i=7543eth5
↧