I'm searching for a component to do SHA1 encoding of a string (to be used with a webservice).
Using the automation server mscorlib.dll I have access to some SHA1 Classes, but none of them have any Methods or Properties.
Using the DotNet assembly System.Security, I believe I should be able to find something called System.Security.Cryptography.Sha1, but it isn't there.
Finally I tried to find an external (3rd party) component, but they're all very old, not downloadable, won't run on 64 bit etc. etc.
In short: help! Best solution gets a beer on Techdays!
Comments
System.Security.Cryptography.Sha1 is in mscorlib
Gunnar Gestsson
Microsoft Certified IT Professional
Dynamics NAV MVP
http://www.dynamics.is
http://Objects4NAV.com
Unfortunately, the ComputeHash method, which I believe is the one to use, returns an unsupported variable type (byte array).
So I'm basically back to square one
Senior NAV Developer
Elbek & Vejrup
http://www.msdynamics.de/viewtopic.php?f=64&t=20337
This does the trick!
Senior NAV Developer
Elbek & Vejrup