Gets the hash algorithm used in the computation.
Namespace: Classless.Hasher.MacAssembly: Classless.Hasher (in Classless.Hasher.dll) Version: 0.9.4179.24336
Syntax
C# |
---|
public BlockHashAlgorithm HashAlgorithm { get; set; } |
Visual Basic |
---|
Public Property HashAlgorithm As BlockHashAlgorithm Get Set |
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. |