HMac<T> public class HMac<T> : KeyedHashAlgorithm where T : HashAlgorithm Provides HMAC algorithm implementation. Documentation protected int BlockSize { get; } Gets the size of the block. public HMac(byte[] key, int hashSizeValue) Rfc 2104. public HMac(byte[] key)