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