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