ChecksumTask.

Algorithm Property

Summary

Name of Algorithm to use when calculating the checksum. Can be MD5 or SHA1.
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Tasks
Containing Type
ChecksumTask

Syntax

[TaskAttribute("algorithm", Required = true)]
[StringValidator(AllowEmpty = false)]
public string Algorithm { get; set; }

Attributes

Type Description
TaskAttribute
StringValidator

Value

Type Description
string