Hello all
Im developing an application to deal with mime messages that are
signed, so it is more like a multipart message composed by the original
message and then the calculated digital signature. I want to check
using the dotnet framework 2.0 in its class signedcms.
What i do is grab the whole base64 part only and decoding that in the
signedcms, and then checksignature method. This is not working so far,
I yet do not why. What is need to be done with the pkcs7 part. What
considerations must be taken ?
Thanks in advance.
Im developing an application to deal with mime messages that are
signed, so it is more like a multipart message composed by the original
message and then the calculated digital signature. I want to check
using the dotnet framework 2.0 in its class signedcms.
What i do is grab the whole base64 part only and decoding that in the
signedcms, and then checksignature method. This is not working so far,
I yet do not why. What is need to be done with the pkcs7 part. What
considerations must be taken ?
Thanks in advance.