March 2002
Intermediate to advanced
864 pages
31h 8m
English
AssemblyKeyFileAttribute
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; } }
System.Object→System.Attribute→AssemblyKeyFileAttribute
Assembly