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