Open StartHua opened 2 years ago
Failed to save fake certificate try { byte[] exported = certificate.Export(X509ContentType.Pkcs12); File.WriteAllBytes(filePath, exported); } catch (Exception e) { Debug.Log(e.Message); //Specified method is not supported }
Can't reproduce.
On which OS, which .NET, which certificate engine?
Failed to save fake certificate try { byte[] exported = certificate.Export(X509ContentType.Pkcs12); File.WriteAllBytes(filePath, exported); } catch (Exception e) { Debug.Log(e.Message); //Specified method is not supported }