HMAC Class
Namespace: System.Security.Cryptography · Assembly: GHIElectronics.TinyCLR.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; }
No description available.