AssemblyDelaySignAttribute Class
Specifies that the assembly is not fully signed when created.
For a list of all members of this type, see AssemblyDelaySignAttribute Members.
System.Object
System.Attribute
System.Reflection.AssemblyDelaySignAttribute
[Visual Basic] <AttributeUsage(AttributeTargets.Assembly)> NotInheritable Public Class AssemblyDelaySignAttribute Inherits Attribute [C#] [AttributeUsage(AttributeTargets.Assembly)] public sealed class AssemblyDelaySignAttribute : Attribute [C++] [AttributeUsage(AttributeTargets::Assembly)] public __gc __sealed class AssemblyDelaySignAttribute : public Attribute [JScript] public AttributeUsage(AttributeTargets.Assembly) class AssemblyDelaySignAttribute extends Attribute
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Remarks
When this attribute is used on an assembly, space is reserved for the signature which is later filled by a signing tool such as the Sn.exe utility. Delayed signing is used when the author of the assembly does not have access to the private key that will be used to generate the signature, as in [assembly:AssemblyDelaySignAttribute(true)].
The classes in System.Runtime.CompilerServices are intended for use by compilers only. Do not use them unless you are building a compiler.For more detail, see the specifications for the common language runtime architecture, metadata, Microsoft intermediate language instruction set, file format, and Microsoft intermediate language assembly reference in the "Tool Developers Guide" folder of the SDK.
Requirements
Namespace: System.Reflection
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework
Assembly: Mscorlib (in Mscorlib.dll)
See Also
AssemblyDelaySignAttribute Members | System.Reflection Namespace | Metadata Overview | Metadata and Self-Describing Components | Compiling to MSIL