NAnt SDK Documentation - v0.92

TlbImpTask.DelaySign Property

Specifies whether the resulting assembly should be signed with a strong name using delayed signing. The default is false.

[Visual Basic]
<TaskAttribute(Required:=False, Name:="delaysign", ExpandProperties:=True, ProcessXml:=True), _  BooleanValidator>
Public Property DelaySign As Boolean
[C#]
[TaskAttribute(Required=False, Name="delaysign", ExpandProperties=True, ProcessXml=True)]
[BooleanValidator]
public bool DelaySign {get; set;}

Property Value

true if the resulting assembly should be signed with a strong name using delayed signing; otherwise, false.

Remarks

See the Microsoft.NET Framework SDK documentation for details.

See Also

TlbImpTask Class | NAnt.Win32.Tasks Namespace