3 references to BlockSize
System.Security.Cryptography (3)
System\Security\Cryptography\HMACSHA1.cs (3)
39
: this(RandomNumberGenerator.GetBytes(
BlockSize
))
48
_hMacCommon = new HMACCommon(HashAlgorithmNames.SHA1, key,
BlockSize
);
52
BlockSizeValue =
BlockSize
;