Groups | Blog | Home
all groups > dotnet security > october 2004 >

dotnet security : What hash algorithm is used by to sign an assembly?



Novice
10/25/2004 7:57:02 PM
Hey all, I was just wondering what hash algorithm is used when you provide a
key through the used of the Strong Name Tool or is it configurable?

For example when I generate a keypair.snk file using the the Strong Name
Tool (Sn.exe) and then include the following in my application:
[assembly: AssemblyKeyFile("keypair.snk")]

What hash is used on the assembly?

Thanks,
Novice

Nicole Calinoiu
10/26/2004 7:02:34 AM
SHA1, as specified at
http://msdn.microsoft.com/library/en-us/cpref/html/frlrfsystemreflectionassemblynameclasstopic.asp.

HTH,
Nicole


[quoted text, click to view]

AddThis Social Bookmark Button