Hi Can anyone tell me if it is dependable that the order certificates added are added to XMLSignature when signing is the same as that when reading them out again at verify time. (by adding i mean XMLCertificate.AddKeyInfo() and reading them out meaning KeyInfo.itemX509Data(int i) ). Also It would seem that when you add keys to a certificate it is one at a time and in a "flat" fashion yet when you read them out you get a 2d array effectively. How do you add multiple certificates at the same time so you can have a chain inside each X509Data that you read out rather than a single entry.
It's quite likely I'm barking so have your clue stick ready. Thanks Pete