We’re sorry. The content you requested has been removed. You’ll be auto redirected in 1 second.
The following forum(s) have migrated to Microsoft Q&A:
Windows Communication Foundation, Serialization, and Networking! VisitMicrosoft Q&Ato post new questions.
I am facing an issue and cannot figure out what i am missing.I am calculating a digital signature in c# and cannot get the right signature value.Does anybody know if signature prefix can change the signature value? My webservice wants a "ds"
prefix and what i do fom code is to calculate the signature and after that add the prefix.Could this be the problem? My digest value is the right one but the signature value is different.Is it necessary to first set the prefix and after that calculate the
signature? Thanks!