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