Closed J005 closed 4 years ago
Reccomended adding "Add-Type -AssemblyName System.Core;" to enable cryptogrophy features in powershell
Without this Windows 7 clients were erroring with "Cannot find type [System.Security.Cryptography.AesManaged]"
Thank you for your submission!
I can confirm that using adding "Add-Type -AssemblyName System.Core" to the launcher will solve the issue on windows 7.
Will merge it now.
Reccomended adding "Add-Type -AssemblyName System.Core;" to enable cryptogrophy features in powershell
Without this Windows 7 clients were erroring with "Cannot find type [System.Security.Cryptography.AesManaged]"