6 references to DigestAlgorithm
NuGet.Packaging (3)
Signing\Timestamp\Rfc3161TimestampProvider.cs (2)
176if (!spec.AllowedHashAlgorithmOids.Contains(signerInfo.DigestAlgorithm.Value)) 178var digestAlgorithm = GetNameOrOidString(signerInfo.DigestAlgorithm);
Signing\Utility\VerificationUtility.cs (1)
144if (!spec.AllowedHashAlgorithmOids.Contains(signerInfo.DigestAlgorithm.Value))
System.Security.Cryptography.Pkcs (3)
System\Security\Cryptography\Pkcs\SignerInfo.cs (3)
599CmsHash hasher = CmsHash.Create(DigestAlgorithm, forVerification: true); 937state.info.DigestAlgorithm.Value, 955state.info.DigestAlgorithm.Value,