[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.axapta.programming

Com-Object for digital signature

Drescher

11/6/2005 6:44:00 PM

Hi!

I'm looking for a way to digitally sign XML Files with Axapta..

I'm generating a XML file from a table, now i want to use methods like
base64 encoding, hash values, canonization - algorithms which are specified
by w3.org

Is there an object avaiable that can do this for me or do i have to
implement those algorithms manually?

I'd appreciate if someone could tell me anything, noone could give me an
answer until now..

Thanks and bye
Robert Drescher


2 Answers

Mike Frank

11/7/2005 8:43:00 AM

0

The only way I can think of, is to find an external library and call this through COM.

Mike

José M. Guisado

11/7/2005 8:56:00 AM

0


> The only way I can think of, is to find an external library and call this
> through COM.
>
> Mike

I have never done it, but I think you could use open source DLLs. Take a
look at open SSL (http://www.o...). By legal reasons, you may not
find executable or DLL files inside this site, but you can download
executables and compile them yourself, or try to find them precompiled
anywhere else.

Regards,

Jose