Table of Contents

Class AssemblyDelaySignAttribute

Namespace
System.Reflection
Assembly
mscorlib.dll

Specifies that the assembly is not fully signed when created.

[AttributeUsage(AttributeTargets.Assembly)]
public sealed class AssemblyDelaySignAttribute : Attribute
Inheritance
AssemblyDelaySignAttribute
Inherited Members
Extension Methods

Constructors

AssemblyDelaySignAttribute(bool)

Initializes a new instance of the AssemblyDelaySignAttribute class.

public AssemblyDelaySignAttribute(bool delaySign)

Parameters

delaySign bool

true if the feature this attribute represents is activated; otherwise, false.

Properties

DelaySign

Gets a value indicating the state of the attribute.

public bool DelaySign { get; }

Property Value

bool

true if this assembly has been built as delay-signed; otherwise, false.