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)
68if (key.Length > _blockSize && _blockSize > 0) 141return new HMACCommon(_hashAlgorithmId, _hMacProvider.Clone(), _blockSize, ActualKey);