Adds a HashAlgorithm to the end of the List.

Namespace: Classless.Hasher
Assembly: Classless.Hasher (in Classless.Hasher.dll) Version: 0.9.4179.24336

Syntax

C#
public void Add(
	HashAlgorithm item
)
Visual Basic
Public Sub Add ( _
	item As HashAlgorithm _
)
Visual C++
public:
void Add(
	HashAlgorithm^ item
)

Parameters

item
Type: System.Security.Cryptography..::..HashAlgorithm
The HashAlgorithm to be added to the end of the List.

Exceptions

ExceptionCondition
System..::..ArgumentNullExceptionWhen the specified HashAlgorithm is null.

See Also