J
Jonathan Wood
Does anyone know why the documentation for
System.Security.Cryptography.MD5.Create() seems to omit completely any
description of allowed arguments.
I'm trying to convert some C++ code to C# and seem to be getting different
MD5 results. If other algorithms are available, maybe that is related to the
problem I'm having. But the docs for this method don't tell me anything
about what algorithms are supported?
Thanks.
System.Security.Cryptography.MD5.Create() seems to omit completely any
description of allowed arguments.
I'm trying to convert some C++ code to C# and seem to be getting different
MD5 results. If other algorithms are available, maybe that is related to the
problem I'm having. But the docs for this method don't tell me anything
about what algorithms are supported?
Thanks.