1 write to DigestAlgorithm
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\CmsSigner.cs (1)
154DigestAlgorithm = s_defaultAlgorithm.CopyOid();
2 references to DigestAlgorithm
System.Security.Cryptography.Pkcs (2)
System\Security\Cryptography\Pkcs\CmsSigner.cs (2)
183HashAlgorithmName hashAlgorithmName = PkcsHelpers.GetDigestAlgorithm(DigestAlgorithm); 185newSignerInfo.DigestAlgorithm.Algorithm = DigestAlgorithm.Value!;