| NAnt  Help  Enum Reference  DelaySign | v0.92-rc1 | 
[This is preliminary documentation and subject to change.]
Specifies whether the generated assembly is strongly named and will be signed later.
For backward compatibility, the following string values can also be used in build files:
| Value | Corresponding field | 
|---|---|
| "true" | Yes | 
| "false" | No | 
| Field | Description | 
|---|---|
| No | Fully sign the assembly. | 
| NotSet | Not specified. | 
| Yes | Only place the public key in the assembly, allowing the signature to be added later. |