NAnt SDK Documentation - v0.85-nightly-2005-11-09

AssemblyLinkerTask.AlgorithmID Property

[This is preliminary documentation and subject to change.]

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

Remarks

Missing <remarks> documentation for P:NAnt.DotNet.Tasks.AssemblyLinkerTask.AlgorithmID

See Also

AssemblyLinkerTask Class | NAnt.DotNet.Tasks Namespace