To Overview Notes

Verifying that a Strong-named Assembly is Genuine

To compute strong name of assembly:

Append the strong name to the assembly to create a strong-named assembly:

Here is a strong-named assembly to be verified as genuine:

Compute the hash of the assembly to verify:

 

 

Also obtain the hash of the original assembly:

If Hash1 == Hash2, then the strong-named assembly is genuine.