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