I'm using a library called FirmadorXadesNetCore to sign xml files. I have imported it using the nuget package manager in VS2019 and I'm using version 1.1.0.
The problem occurs when calling line
parametros.Signer = new FirmaXadesNetCore.Crypto.Signer(cert);
Running the web app using a local IIS Server, it works ok, but using Azure Web App it throws an error "File not found".
The cert variable loads the certificate correctly in both environments, so I'm not sure what the problem is.
Any insight would be appreciated.