CompilerBase.

DelaySign Property

Summary

Specifies whether to delay sign the assembly using only the public portion of the strong name key. The default is NAnt.DotNet.Types.DelaySign.NotSet.
Assembly
NAnt.DotNet.dll
Namespace
NAnt.DotNet.Tasks
Containing Type
CompilerBase

Syntax

[TaskAttribute("delaysign")]
public virtual DelaySign DelaySign { get; set; }

Attributes

Type Description
TaskAttributeAttribute Indicates that property should be treated as a XML attribute for the task.

Value

Type Description
DelaySign