python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to generate a .pfx and .cer file on Windows
Years ago I worked on this .NET Standard project that made use of a private key (in password protected .pfx file) to sign some content, and its corresponding public key (in .cer file) to verify the si...
AxiomaticNexus
Votes: 0
Answers: 1
Error with pfx certificate "The specified network password is not correct."
I am trying to run a console application that accesses an API using a pfx certificate and I am getting the following error.
2022-03-21 11:25:22.0244 - ERROR: Internal.Cryptography.CryptoThrowHelper+W...
Dan
Votes: 0
Answers: 2
Problem trying to import PFX certificate in asp .NET Core
I'm creating a program with ASP .NET Core MVC, which signs PDFs with a digital signature. And I use a digital certificate PFX file created by windows powershell which should be loaded by the applicati...
Rholds
Votes: 0
Answers: 0