NAnt SDK Documentation - v0.92

CompilerBase.DelaySign Property

Specifies whether to delay sign the assembly using only the public portion of the strong name key. The default is NotSet.

[Visual Basic]
<TaskAttribute(Required:=False, Name:="delaysign", ExpandProperties:=True, ProcessXml:=True)>
Overridable Public Property DelaySign As DelaySign
[C#]
[TaskAttribute(Required=False, Name="delaysign", ExpandProperties=True, ProcessXml=True)]
public virtual NAnt.DotNet.Types.DelaySign DelaySign {get; set;}

See Also

CompilerBase Class | NAnt.DotNet.Tasks Namespace