cleol
[mcs.git] / errors / cs1548-3.cs
bloba104bbfc070209b237b63c8e1c0aa5f891be47d8
1 // cs1548-3.cs: Error during assembly signing. The specified file `cs1548.pub' does not have a private key
2 // Line: 0
4 using System.Reflection;
6 [assembly: AssemblyKeyFile ("cs1548.pub")]
8 // where cs1548.pub is generated by:
9 // sn -k cs1548.snk
10 // sn -p cs1548.snk cs1548.pub
12 class MyClass {
14 public static void Main (string [] args)