To compute strong name of assembly:
| |||
| |||
| |||
| |||
|
Append the strong name to the assembly to create a strong-named assembly:
Assembly |
Strong Name |
Here is a strong-named assembly to be verified as genuine:
Assembly to Verify |
Supplied Strong Name |
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.