What is the procedure to Strong Name/sign an assembly?

I have managed to create a strongname key using sn -k keyfile.snk

I added this in the assemblyinfo.cs:

[assembly: AssemblyKeyFile("..\\..\\keyfile.snk")]

I then compiled the project, compiled fine. Now what?