Adds a HashAlgorithm to the end of the List.
Namespace:
Classless.HasherAssembly: 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
Exception | Condition |
---|---|
System..::.ArgumentNullException | When the specified HashAlgorithm is null. |