8 references to GetDigestAlgorithm
System.Security.Cryptography.Pkcs (8)
Internal\Cryptography\PkcsHelpers.cs (1)
33return GetDigestAlgorithm(oid.Value);
System\Security\Cryptography\Pkcs\CmsHash.cs (1)
96_incrementalHash = Helpers.CreateIncrementalHash(PkcsHelpers.GetDigestAlgorithm(oid.Value, forVerification));
System\Security\Cryptography\Pkcs\CmsSignature.DSA.cs (1)
54HashAlgorithmName digestAlgorithmName = PkcsHelpers.GetDigestAlgorithm(digestAlgorithmOid, forVerification: true);
System\Security\Cryptography\Pkcs\CmsSignature.ECDsa.cs (1)
56HashAlgorithmName digestAlgorithmName = PkcsHelpers.GetDigestAlgorithm(digestAlgorithmOid, forVerification: true);
System\Security\Cryptography\Pkcs\CmsSignature.RSA.cs (3)
57HashAlgorithmName digestAlgorithmName = PkcsHelpers.GetDigestAlgorithm(digestAlgorithmOid, forVerification: true); 225PkcsHelpers.GetDigestAlgorithm(hashAlgorithmOid), 343HashAlgorithmName hashAlgorithmName = PkcsHelpers.GetDigestAlgorithm(hashAlgorithmOid);
System\Security\Cryptography\Pkcs\Rfc3161TimestampToken.cs (1)
518alg = PkcsHelpers.GetDigestAlgorithm(certId2.Value.HashAlgorithm.Algorithm);