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)