DelaySign Enum

Summary

Specifies whether the generated assembly is strongly named and will be signed later.
Assembly
NAnt.DotNet.dll
Namespace
NAnt.DotNet.Types
Base Types
  • Enum
graph BT Type-->Base0["Enum"] Type["DelaySign"] class Type type-node

Syntax

[TypeConverter(typeof(DelaySignConverter))]
public enum DelaySign

Remarks

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

Corresponding field
Value
"true"
"false"

Attributes

Type Description
TypeConverterAttribute

Fields

Name Constant Value Summary
No 1
Fully sign the assembly.
static
NotSet 0
Not specified.
static
Yes 2
Only place the public key in the assembly, allowing the signature to be added later.
static