Shared Strong Name Keys in a Key Container


/ Published in: C#
Save to your folder(s)



Copy this code and paste it in your HTML
  1. Generate the Keys: sn.exe -k TeamKeyPair.snk
  2.  
  3. Install them locally: sn.exe -i TeamKeyPair.snk TeamKeyContainer
  4.  
  5. Add them to the AssemblyInfo.cs: AssemblyKeyName("TeamKeyContainer")]

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.