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