Hi,
This is two different implementations of SHA1 algorithm. The
SHA1CryptoServiceProvider class uses the built-in Windows CSP (in native
code). The second one, SHA1Managed, is a managed alternative (so it doesn't
depend on Windows CSP. I think, the native-based SHA1CryptoServiceProvider
class has better performance.

Signature
Andrew Gnenny
pulsar2003@/no-spam/email.ru (Please remove /no-spam/ for reply)
X-Unity Test Studio
http://x-unity.miik.com.ua/teststudio.aspx
Bring the power of unit testing to VS .NET IDE
> hi
>
[quoted text clipped - 9 lines]
>
> thanks in advance