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