3 references to GetDigestAlgorithm
System.Security.Cryptography.Pkcs (3)
Internal\Cryptography\PkcsHelpers.cs (1)
50return GetDigestAlgorithm(oid.Value);
System\Security\Cryptography\Pkcs\Rfc3161TimestampToken.cs (1)
524alg = PkcsHelpers.GetDigestAlgorithm(certId2.Value.HashAlgorithm.Algorithm);
System\Security\Cryptography\Pkcs\SignerInfo.cs (1)
780return PkcsHelpers.GetDigestAlgorithm(DigestAlgorithm.Value!, forVerification: true);