03-22-2021 06:35 AM
hello
When i used .Net to call System.Security.Cryptography.Algorithms,the feedback is :This assembly does not include any public classes that can be created;
labview:2019 spi
windows: win10 (2019)
.Net:.Net framework 4.0&4.5
thanks
Solved! Go to Solution.
03-22-2021 09:06 AM
03-22-2021 04:55 PM
Most of the crypto providers in the .NET Framework have a "Create" static method to create an instance of the provider.
You haven't said what provider you want to use, but for SHA256; here is an example from the MS Docs: https://docs.microsoft.com/en-us/dotnet/api/system.security.cryptography.sha256.create?view=netframe...
03-22-2021 07:29 PM
i haved other help in https://forums.ni.com/t5/LabVIEW/Issues-translating-PowerShell-to-LabVIEW-finding-Assembly-amp/m-p/4...
thanks you for your help