8 references to GetDigestAlgorithm
System.Security.Cryptography.Pkcs (8)
Internal\Cryptography\PkcsHelpers.cs (1)
33
return
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)
54
HashAlgorithmName digestAlgorithmName = PkcsHelpers.
GetDigestAlgorithm
(digestAlgorithmOid, forVerification: true);
System\Security\Cryptography\Pkcs\CmsSignature.ECDsa.cs (1)
56
HashAlgorithmName digestAlgorithmName = PkcsHelpers.
GetDigestAlgorithm
(digestAlgorithmOid, forVerification: true);
System\Security\Cryptography\Pkcs\CmsSignature.RSA.cs (3)
57
HashAlgorithmName digestAlgorithmName = PkcsHelpers.
GetDigestAlgorithm
(digestAlgorithmOid, forVerification: true);
225
PkcsHelpers.
GetDigestAlgorithm
(hashAlgorithmOid),
343
HashAlgorithmName hashAlgorithmName = PkcsHelpers.
GetDigestAlgorithm
(hashAlgorithmOid);
System\Security\Cryptography\Pkcs\Rfc3161TimestampToken.cs (1)
518
alg = PkcsHelpers.
GetDigestAlgorithm
(certId2.Value.HashAlgorithm.Algorithm);