Gets the hash algorithm used in the computation.

Namespace: Classless.Hasher.Mac
Assembly: 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

ExceptionCondition
System.Security.Cryptography..::..CryptographicExceptionWhen an attempt to change the value of the HashAlgorithm occurs during the execution of a hash calculation.

See Also