Can not find "System.Security.Cryptography.Xml" namespace after install .Net package

Hello everyone,

I would like to use some function in “System.Security.Cryptography.Xml” .Net package, especially use System.Security.Cryptography.Xml.signedXml variable type. I have install System.Security.Cryptography.Xml in my dependencies but can not see it in Imported namespace. Is there some ways I can handle it?

Thank you!!

Hi @noob_dev

Could you please explain your use case a bit more?

@noob_dev
we have seen you are using Windows - Legacy

So when checking the details from the docu:

we can refer to the details:
grafik

  • close the xaml
  • Take a backup from your XAML
  • open XAML in a texteditor (e.g. notepad++)
  • ensure following line or add it:
  • reopen the XAML in UiPath
  • import namespace:
    grafik
    feel free also to import:
    grafik

After these steps we can see:
grafik

1 Like