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