4 references to ComputeHash
NuGet.Packaging (4)
Signing\Authoring\X509SignatureProvider.cs (2)
191var messageHash = request.TimestampHashAlgorithm.ComputeHash(signatureValue); 207var messageHash = request.TimestampHashAlgorithm.ComputeHash(signatureValue!);
Signing\Utility\CertificateUtility.cs (1)
292return hashAlgorithm.ComputeHash(certificate.RawData);
Signing\Utility\VerificationUtility.cs (1)
154var messageHash = hashAlgorithm.ComputeHash(signatureValue!);