Gets the hash algorithm used in the computation.

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

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

See Also