NAnt SDK Documentation - v0.92

AssemblyLinkerTask.AlgorithmID Property

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.

[Visual Basic]
<Int32Validator(MinValue:=-2147483648, MaxValue:=2147483647, Base:=16), _  TaskAttribute(Required:=False, Name:="algid", ExpandProperties:=True, ProcessXml:=True)>
Public Property AlgorithmID As String
[C#]
[Int32Validator(MinValue=-2147483648, MaxValue=2147483647, Base=16)]
[TaskAttribute(Required=False, Name="algid", ExpandProperties=True, ProcessXml=True)]
public string AlgorithmID {get; set;}

See Also

AssemblyLinkerTask Class | NAnt.DotNet.Tasks Namespace