Summary
Specifies an algorithm (in hexadecimal) to hash all files in a
multifile assembly except the file that contains the assembly
manifest. The default algorithm is CALG_SHA1.
- Assembly
- NAnt
.DotNet .dll - Namespace
- NAnt
.DotNet .Tasks - Containing Type
- AssemblyLinkerTask
Syntax
[TaskAttribute("algid", Required = false)]
[Int32Validator(Base = 16)]
public string AlgorithmID { get; set; }
Attributes
Type | Description |
---|---|
Task |
Indicates that property should be treated as a XML attribute for the task. |
Int32 |
Indicates that property should be able to be converted into a int
within the given range.
|
Value
Type | Description |
---|---|
string |