Gets or sets the key to use in the hash algorithm.

Namespace: Classless.Hasher.Mac
Assembly: Classless.Hasher (in Classless.Hasher.dll) Version: 0.9.4179.24336

Syntax

C#
public override byte[] Key { get; set; }
Visual Basic
Public Overrides Property Key As Byte()
	Get
	Set
Visual C++
public:
virtual property array<unsigned char>^ Key {
	array<unsigned char>^ get () override;
	void set (array<unsigned char>^ value) override;
}

Exceptions

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

See Also