3 references to BlockSize
System.Security.Cryptography (3)
System\Security\Cryptography\HMACSHA512.cs (3)
38
: this(RandomNumberGenerator.GetBytes(
BlockSize
))
47
_hMacCommon = new HMACCommon(HashAlgorithmNames.SHA512, key,
BlockSize
);
50
BlockSizeValue =
BlockSize
;