NAnt SDK Documentation - v0.85-nightly-2005-11-09

TlbImpTask.DelaySign Property

[This is preliminary documentation and subject to change.]

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

[Visual Basic]
<BooleanValidator, _  TaskAttribute(Required:=False, Name:="delaysign", ExpandProperties:=True, ProcessXml:=True)>
Public Property DelaySign As Boolean
[C#]
[BooleanValidator]
[TaskAttribute(Required=False, Name="delaysign", ExpandProperties=True, ProcessXml=True)]
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