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