What is the ‘.pfx’ extension used for in .NET?
Why does it ask for a password when the solution is being built?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
A file containing an encrypted private key. It’s probably being used for code signing the application (so the user knows who created the program and hence if they can trust it).
You can probably see it being used by right-clicking on the project, getting Properties, then looking at the Signing tab.