3 references to BlockSize
System.Security.Cryptography (3)
System\Security\Cryptography\HMACMD5.cs (3)
32
: this(RandomNumberGenerator.GetBytes(
BlockSize
))
42
_hMacCommon = new HMACCommon(HashAlgorithmNames.MD5, key,
BlockSize
);
46
BlockSizeValue =
BlockSize
;