March 2002
Intermediate to advanced
864 pages
31h 8m
English
AssemblyKeyNameAttribute
This attribute serves the same purpose as a
AssemblyKeyFileAttribute, but
allows you to specify a key container instead of a file.
public sealed class AssemblyKeyNameAttribute : Attribute { // Public Constructors public method AssemblyKeyNameAttribute(string keyName); // Public Instance Properties public field string KeyName{get; } }
System.Object→System.Attribute→AssemblyKeyNameAttribute
Assembly