Rebex
Products Downloads Buy Support Contact
Show / Hide Table of Contents

Blake2b.Key Property

Namespace: Rebex.Security.Cryptography
Assembly: Rebex.Security.dll (version 7.0.9147)

Key

Key to use in HMAC calculations.

The key must be a 0 - 64 bytes long array or null. When a null value is provided, the key is treated as an empty array. When the key is null or an empty array, the instance will calculate hashes. When the key is 1 - 64 bytes long, the instance will calculate message authentication codes (HMAC). An instance of the Blake2b class creates, uses, and clears a copy of key. An instance of the Blake2b class is not the owner of the key. Every call of the get accessor returns a new deep copy of the key. and the key will not be cleared when the Dispose(Boolean) method is called.

Declaration
public override byte[] Key { get; set; }
Property Value
Type Description
Byte[]
Overrides
KeyedHashAlgorithm.Key
In This Article
  • Key
© REBEX ČR s.r.o. Back to top
Privacy policy
Manage cookies