KeyedHashAlgorithm Class
NuGet: GHIElectronics.TinyCLR.Cryptography
Assembly: System.Security.Cryptography
Namespace: System.Security.Cryptography
Abstract base for keyed hash algorithms (HMAC family).
public abstract class KeyedHashAlgorithm : HashAlgorithm
Properties
Key
public virtual byte[] Key { get; set; }
The secret key used by the algorithm.