2 writes to _blockSize
System.Security.Cryptography (2)
System\Security\Cryptography\HMACCommon.cs (2)
34
_blockSize
= blockSize;
49
_blockSize
= blockSize;
3 references to _blockSize
System.Security.Cryptography (3)
System\Security\Cryptography\HMACCommon.cs (3)
68
if (key.Length >
_blockSize
&&
_blockSize
> 0)
141
return new HMACCommon(_hashAlgorithmId, _hMacProvider.Clone(),
_blockSize
, ActualKey);