7 references to HashSizeInBytes
System.Security.Cryptography (7)
System\Security\Cryptography\Helpers.cs (1)
359return HMACSHA256.HashSizeInBytes;
System\Security\Cryptography\HMACSHA256.cs (6)
102byte[] buffer = new byte[HashSizeInBytes]; 146if (destination.Length < HashSizeInBytes) 153Debug.Assert(bytesWritten == HashSizeInBytes); 182if (destination.Length < HashSizeInBytes) 210return LiteHashProvider.HmacStream(HashAlgorithmNames.SHA256, HashSizeInBytes, key, source); 313if (destination.Length < HashSizeInBytes)