March 2002
Intermediate to advanced
864 pages
31h 8m
English
AssemblyDelaySignAttribute
When an assembly designer does not have access to a key-pair to
sign a component, this attribute reserves space in the manifest to
be filled by a signing utility. The framework’s sn.exe
utility has a command-line switch (-R or -Rc) just for this purpose.
public sealed class AssemblyDelaySignAttribute : Attribute { // Public Constructors public method AssemblyDelaySignAttribute(bool delaySign); // Public Instance Properties public field bool DelaySign{get; } }
System.Object→System.Attribute→AssemblyDelaySignAttribute
Assembly