NAnt SDK Documentation - v0.92

DelaySign Enumeration

Specifies whether the generated assembly is strongly named and will be signed later.

[Visual Basic]
<Serializable, _  TypeConverter(ConverterTypeName:="NAnt.DotNet.Types.DelaySignConverter, NAnt.DotNetTasks, Version=0.92.4543.0, Culture=neutral, PublicKeyToken=null")>
Public Enum DelaySign
[C#]
[Serializable]
[TypeConverter(ConverterTypeName="NAnt.DotNet.Types.DelaySignConverter, NAnt.DotNetTasks, Version=0.92.4543.0, Culture=neutral, PublicKeyToken=null")]
public enum DelaySign

Remarks

For backward compatibility, the following string values can also be used in build files:

Value Corresponding field
"true" Yes
"false" No

Members

Member NameDescription
NotSet Not specified.
No Fully sign the assembly.
Yes Only place the public key in the assembly, allowing the signature to be added later.

Requirements

Namespace: NAnt.DotNet.Types

Assembly: NAnt.DotNetTasks (in NAnt.DotNetTasks.dll)

See Also

NAnt.DotNet.Types Namespace