8 references to HashSize
Microsoft.AspNetCore.DataProtection (1)
Managed\HashAlgorithmExtensions.cs (1)
13var hashSizeInBits = hashAlgorithm.HashSize;
Microsoft.Build.Tasks.Core (1)
Hash.cs (1)
97using (var stringBuilder = new ReuseableStringBuilder(sha.HashSize))
System.Security.Cryptography (1)
System\Security\Cryptography\PasswordDeriveBytes.cs (1)
230cbHash = _hash.HashSize / 8;
System.Security.Cryptography.Xml (5)
System\Security\Cryptography\Xml\SignedXml.cs (5)
451signatureLength = hash.HashSize; 455if (signatureLength < 0 || signatureLength > hash.HashSize) 674return actualSignatureSize != hmac.HashSize; 1065signatureLength = macAlg.HashSize; 1070if (signatureLength < 0 || signatureLength > macAlg.HashSize)