| Gionni 2004-03-03, 10:36 am |
| Hello everyone,
I'm writing a code that should take a plain text and a certificate
and return a S/MIME message so Biztalk could understand it. Something
similar to Chilkat (www.chilkat.com), but with less funtionalities
(Chilkat is too expensive for my use). I'm using C# and Capicom.
Question 1: does Biztalk digitally sign something more than the plain
text (e.g. some headers)? Question 2: does Biztalk encrypt or do
something before signing?
I used Chilkat evaluation version and the sign is the same of mine in
the first part (information from certificate I suppose), but differs
in the last part (the real sign I suppose). In consequence, Bitzalk
understands the Chilkat document, but fails validition of mine.
Thanks to all, Gionni
|