AssemblyKeyFileAttribute

AssemblyKeyFileAttribute CF 1.0

System.Reflection (mscorlib.dll) sealed class

To create a strong-named assembly, use this attribute, specifying a file containing a key-pair. Alternatively, you could use an AssemblyDelaySignAttribute or an AssemblyKeyNameAttribute .

 public sealed class  AssemblyKeyFileAttribute  : Attribute {  // Public Constructors  public  AssemblyKeyFileAttribute  (string   keyFile   );  // Public Instance Properties  public string  KeyFile  {get; } } 

Hierarchy

System.Object System.Attribute AssemblyKeyFileAttribute

Valid On

Assembly



C# in a Nutshell
C # in a Nutshell, Second Edition
ISBN: 0596005261
EAN: 2147483647
Year: 2005
Pages: 963

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net