August 2003
Intermediate to advanced
928 pages
32h 1m
English
AssemblyKeyNameAttribute
This attribute serves the same
purpose as an
AssemblyKeyFileAttribute, but allows you to
specify a key container instead of a file.
public sealed class AssemblyKeyNameAttribute : Attribute {
// Public Constructors
public AssemblyKeyNameAttribute(string keyName);
// Public Instance Properties
public string KeyName{get; }
}
System.Object
→
System.Attribute
→
AssemblyKeyNameAttribute
Assembly