HMAC.Key Property
Namespace: Rebex.Security.Cryptography
Assembly: Rebex.Common.dll (version 7.0.9083)
Key
Gets or sets the key to be used in the hash algorithm.
Declaration
public override byte[] Key { get; set; }
Property Value
Type | Description |
---|---|
Byte[] | The key to be used in the hash algorithm. |