Hi!
I'm using Rebex.Security to load a file (and its private key) in Linux (.NET Core 5), using the following command:
ThisCert = Rebex.Security.Certificates.Certificate.LoadPfx(CertLocal, CertPassword)
The command successfuly loads the PFX in Windows environment, but not in Linux (Ubuntu 20.04).
Interesting notice that I print the "CertLocal" to see if the problem could be related to slashes ("/" or "\") but everything appears in Linux format ("/"), what suggest to me a kind of bug.
Am I right?
Warm hugs to all.