1 override of AllowedHashAlgorithmOids
NuGet.Packaging (1)
Signing\Specifications\SigningSpecificationsV1.cs (1)
55public override string[] AllowedHashAlgorithmOids => _allowedHashAlgorithmOids;
4 references to AllowedHashAlgorithmOids
NuGet.Packaging (4)
Signing\Content\SignatureContent.cs (1)
153foreach (var hashAlgorithmOid in signingSpecifications.AllowedHashAlgorithmOids)
Signing\Timestamp\Rfc3161TimestampProvider.cs (1)
176if (!spec.AllowedHashAlgorithmOids.Contains(signerInfo.DigestAlgorithm.Value))
Signing\Utility\SignatureUtility.cs (1)
524if (!signingSpecifications.AllowedHashAlgorithmOids.Contains(
Signing\Utility\VerificationUtility.cs (1)
144if (!spec.AllowedHashAlgorithmOids.Contains(signerInfo.DigestAlgorithm.Value))