NAnt SDK Documentation - v0.92

JscTask.DelaySign Property

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

[Visual Basic]
Overrides Public Property DelaySign As DelaySign
[C#]
public override NAnt.DotNet.Types.DelaySign DelaySign {get; set;}

Remarks

Override to avoid exposing this to build authors, as the JScript.NET does not support this.

See Also

JscTask Class | NAnt.DotNet.Tasks Namespace