KeyedHashAlgorithm Class
Namespace: System.Security.Cryptography · Assembly: GHIElectronics.TinyCLR.System.Security.Cryptography
Abstract base for keyed hash algorithms (HMAC family).
public abstract class KeyedHashAlgorithm : HashAlgorithm
Properties
Key
public virtual byte[] Key { get; set; }
No description available.