Gets the hash algorithm used in the computation.
Namespace:
Classless.Hasher.MacAssembly: Classless.Hasher (in Classless.Hasher.dll) Version: 0.8.3649.33599
Syntax
C# |
---|
public BlockHashAlgorithm HashAlgorithm { get; set; } |
Visual Basic (Declaration) |
---|
Public Property HashAlgorithm As BlockHashAlgorithm |
Visual C++ |
---|
public: property BlockHashAlgorithm^ HashAlgorithm { BlockHashAlgorithm^ get (); void set (BlockHashAlgorithm^ value); } |
Exceptions
Exception | Condition |
---|---|
System.Security.Cryptography..::.CryptographicException | When an attempt to change the value of the HashAlgorithm occurs during the execution of a hash calculation. |