AssemblyDelaySignAttribute.DelaySign Property

Definition

Gets a value indicating the state of the attribute.

public:
 property bool DelaySign { bool get(); };
public bool DelaySign { get; }
member this.DelaySign : bool
Public ReadOnly Property DelaySign As Boolean

Property Value

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

Applies to