HMAC Class
NuGet: GHIElectronics.TinyCLR.Cryptography
Assembly: System.Security.Cryptography
Namespace: System.Security.Cryptography
Abstract base for HMAC algorithms (HMAC-SHA1, HMAC-SHA256, etc.).
public abstract class HMAC : KeyedHashAlgorithm
Properties
HashName
public string HashName { get; set; }
Name of the inner hash algorithm.