Exemplo n.º 1
0
 static bool ProcessSignature(KeyValuePair<string, string> kvp, byte[] data)
 {
     Console.WriteLine("Evaluating key-value pair: " + kvp.Key + "=" + kvp.Value);
     return true;
 }