Class AssemblyDelaySignAttribute
Specifies that the assembly is not fully signed when created.
Inherited Members
Namespace: System.Reflection
Assembly: mscorlib.dll
Syntax
[AttributeUsage(AttributeTargets.Assembly)]
public sealed class AssemblyDelaySignAttribute : Attribute
Constructors
AssemblyDelaySignAttribute(bool)
Initializes a new instance of the AssemblyDelaySignAttribute class.
Declaration
public AssemblyDelaySignAttribute(bool delaySign)
Parameters
Type | Name | Description |
---|---|---|
bool | delaySign | true if the feature this attribute represents is activated; otherwise, false. |
Properties
DelaySign
Gets a value indicating the state of the attribute.
Declaration
public bool DelaySign { get; }
Property Value
Type | Description |
---|---|
bool | true if this assembly has been built as delay-signed; otherwise, false. |