Name

AssemblyKeyFileAttribute

Synopsis

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 method AssemblyKeyFileAttribute(string keyFile);  
// Public Instance Properties
   public field string KeyFile{get; } 
}

Hierarchy

System.ObjectSystem.AttributeAssemblyKeyFileAttribute

Valid On

Assembly

Get C# in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.