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