简体   繁体   中英

Error certificate build in unity for windows phone applications

How can I fix that errors when I try to build my aplication with unity3d for windows phone 10.

The type or namespace name 'X509Certificates' does not exist in the namespace 'System.Security.Cryptography' (are you missing an assembly reference?)

The type or namespace name 'X509Chain' could not be found (are you missing a using directive or an assembly reference?)

Go to your settings from File->Build Settings. Select Windows Store and click Player Settings . On the right side, Change Scripting Backend from .NET to IL2CPP .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM