3 references to BlockSize
System.Security.Cryptography (3)
System\Security\Cryptography\HMACSHA256.cs (3)
31
: this(RandomNumberGenerator.GetBytes(
BlockSize
))
40
_hMacCommon = new HMACCommon(HashAlgorithmNames.SHA256, key,
BlockSize
);
44
BlockSizeValue =
BlockSize
;