2 references to SignatureContent
NuGet.Packaging (2)
Signing\Content\SignatureContent.cs (1)
133return new SignatureContent(signingSpecifications, hashAlgorithm, hash!);
Signing\Utility\SigningUtility.cs (1)
282return new SignatureContent(SigningSpecifications.V1, hashAlgorithmName, base64ZipArchiveHash);