1 write to DigestAlgorithm
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\CmsSigner.cs (1)
194DigestAlgorithm = s_defaultAlgorithm.CopyOid();
4 references to DigestAlgorithm
System.Security.Cryptography.Pkcs (4)
System\Security\Cryptography\Pkcs\CmsSigner.cs (4)
275using (CmsHash hasher = CmsHash.Create(DigestAlgorithm, forVerification: false)) 291using (CmsHash hasher = CmsHash.Create(DigestAlgorithm, forVerification: false)) 327newSignerInfo.DigestAlgorithm.Algorithm = DigestAlgorithm.Value!; 424DigestAlgorithm.Value,