CryptoConfig does not have a public static method named 'AddAlgorithm'

Hi all Developers,

I would like to convert this statement in C# to Invoke Method in UiPath.

The statement is:
CryptoConfig.AddAlgorithm(typeof(XmlDsigC14NTransform), “Canonical XML”);

But it shows error CryptoConfig does not have a public static method named ‘AddAlgorithm’ and I have tried to fix it but it doesn’t work.
This is my xaml.
Main.xaml (5.0 KB)

Hi,

How about the following?

Main3.xaml (6.6 KB)

Regards.

Thank you @Yoichi . It works well now

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.