WindowsDevicePortalWrapper icon indicating copy to clipboard operation
WindowsDevicePortalWrapper copied to clipboard

Unity: Reference to type 'SecureString' claims it is defined in 'mscorlib'

Open uelipeter opened this issue 6 years ago • 0 comments

I built the WindwosDevicePortalWrapper and added it to my unity project (Scripting Runtime .Net 4x, Api Compatibility Level .Net 4.x). When I build my unity project I get the following error: Reference to type 'SecureString' claims it is defined in 'mscorlib' for the following line of code: portal = new DevicePortal( new DefaultDevicePortalConnection( "https://127.0.0.1", "username", "password"));

Can anyone help me with this?

uelipeter avatar Sep 11 '19 15:09 uelipeter