Search Issue Tracker
Won't Fix
Votes
4
Found in
2017.4.0f1
2018.4.0f1
2019.2.0a1
2019.2.4f1
2019.3.0a1
2020.1.0a1
Issue ID
1192556
Regression
No
NotImplementedException is thrown when setting System.Net.FtpWebRequest.ClientCertificates property
How to reproduce:
1. Open the 'test' scene in the user attached project ("project") using the EnvIronman VM
2. Enter play mode
3. Check the console output
Expected results: No errors are thrown
Actual results: NotImplementedException is thrown
Reproducible with: 2017.4.34f1, 2018.4.12f1, 2019.2.11f1, 2019.3.0b9, 2020.1.0a11
Additional notes:
1. Full Error Message:
NotImplementedException: The method or operation is not implemented.
System.Net.FtpWebRequest.set_ClientCertificates (System.Security.Cryptography.X509Certificates.X509CertificateCollection value) (at
<29644300878340d7aabe2467c2459c0d>:0)
(wrapper remoting-invoke-with-check) System.Net.FtpWebRequest:set_ClientCertificates (System.Security.Cryptography.X509Certificates.X509CertificateCollection)
FTPClientCertTest.TryFTPUpload () (at Assets/FTPClientCertTest.cs:45)
FTPClientCertTest.Start () (at Assets/FTPClientCertTest.cs:29)
2. The error occurs with both mono and IL2CPP Scripting Backends, and both .NET 4.x and .NET Standard 2.0 Api Compatibility levels
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [Android] Stage information is not logged when Log Shader Compilation is enabled
- [Vulkan] The memory allocation increases rapidly when there are multiple (three or more) Real-Time Reflection Probes in the Scene
- [macOS] Library folder of the opened project can be deleted which leads to the crash
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
Resolution Note:
This functionality is not implemented in our current version of Mono. It is implemented in the upstream version of Mono and we will be upgrading our version of Mono in the future which will likely resolve this issue.