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

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

Syntax

C#
public override byte[] Key { get; set; }
Visual Basic (Declaration)
Public Overrides Property Key As Byte()
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