Adds a HashAlgorithm to the end of the List.

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

Syntax

C#
public void Add(
	HashAlgorithm item
)
Visual Basic (Declaration)
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