Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
uelipeter opened this issue Sep 11, 2019 · 0 comments

Comments

@uelipeter
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant