Search Issue Tracker
By Design
Votes
0
Found in
5.5.0f3
Issue ID
884368
Regression
No
ECDiffieHellmanCng class in System.Security.Cryptography is missing
To reproduce:
1. Create new project
2. Create new script
3. Add using System.Security.Cryptography
4. In Start method start typing ECDiffieHellmanCng
5. Observe intellisense
6. Observe error: "The type or namespace name 'ECDiffieHellmanCng' could not be found (are you missing a using directive or an assembly reference"
Expected: ECDiffieHellmanCng is found as a valid and existing class in System.Security.Cryptography
Actual: ECDiffieHellmanCng class is not found.
Reproduced on 5.4.4f1, 5.4.5f1, 5.5.2p4, 5.6.0f3, 2017.1.0a6
By design: The ECDiffieHellmanCng is not supported by any old or current versions of Mono, so Unity won't have support for it either
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Crash on ResizeScriptingList<ScriptingObjectPtr> when passing an undeclared variable to the results parameter for GameObject.FindGameObjectsWithTag
- [Android] "Screen.safeArea.y" always returns values outside of the Safe Area when the device is in Portrait orientation
- Frame spike due to many TreeRenderer.TreeUpdated calls when repositioning terrains in large Scenes
- Crash on GameObject::RemoveComponentFromGameObjectInternal when reparenting Text GameObjects
- [IL2CPP-GarbageCollector] Changing GCMode might permanently disable GC in a multithreaded context
Add comment