1 write to DigestAlgorithm
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\CmsSigner.cs (1)
201
DigestAlgorithm
= s_defaultAlgorithm.CopyOid();
4 references to DigestAlgorithm
System.Security.Cryptography.Pkcs (4)
System\Security\Cryptography\Pkcs\CmsSigner.cs (4)
282
using (CmsHash hasher = CmsHash.Create(
DigestAlgorithm
, forVerification: false))
298
using (CmsHash hasher = CmsHash.Create(
DigestAlgorithm
, forVerification: false))
334
newSignerInfo.DigestAlgorithm.Algorithm =
DigestAlgorithm
.Value!;
431
DigestAlgorithm
.Value,