Gets or sets the key to use in the hash algorithm.
Namespace:
Classless.Hasher.MacAssembly: 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
Exception | Condition |
---|---|
System.Security.Cryptography..::.CryptographicException | When an attempt to change the value of the Key occurs during the execution of a hash calculation. |