Windows Develop Bookmark and Share   
 index > ClickOnce and Setup & Deployment Projects > .pfx certificate information
 

.pfx certificate information

Hi,
I have create .xbap application with full trust, the certificategenrated by VS 2008 is fro 1 year and issued to and by 'Amol sonawane.'
I want to chage this details like issue to & by name and Expiryafter for 10 years..
so I have some queries about this
-which type of certificate is this ? is this is SSL or another type of certificare ?
-can i Edit this details and how?
-whether i need to buy it from Certificate authority like verision , if yes then what kind of certificate i need to buy from them?
अमोल सोनवणे  Friday, September 04, 2009 8:24 AM

You can use a certificate generated by Visual Studio or generate one yourself with no problem. The difference between this and purchasing a certificate is that when the user goes to install the application, if you have purchased a certificate it will say "published by: yourcompanyanme" instead of "Uknown Publisher".

If you want to make your own certificate, you can use MakeCert.exe to do this. This article discusses the expiring-certificate problem, and has examples of using makecert to make a long-term certificate manually.

http://robindotnet.wordpress.com/2009/03/30/clickonce-and-expiring-certificates/

RobinDotNet


Click here to visit my ClickOnce blog!
RobinDotNet  Saturday, September 05, 2009 5:33 PM

You can use a certificate generated by Visual Studio or generate one yourself with no problem. The difference between this and purchasing a certificate is that when the user goes to install the application, if you have purchased a certificate it will say "published by: yourcompanyanme" instead of "Uknown Publisher".

If you want to make your own certificate, you can use MakeCert.exe to do this. This article discusses the expiring-certificate problem, and has examples of using makecert to make a long-term certificate manually.

http://robindotnet.wordpress.com/2009/03/30/clickonce-and-expiring-certificates/

RobinDotNet


Click here to visit my ClickOnce blog!
RobinDotNet  Saturday, September 05, 2009 5:33 PM

You can use google to search for other answers

Custom Search

More Threads

• problem downloading winfx as prerequisite
• Deploy 2 projects into 1 Setup package
• Error come when try to install clickonce application from website
• Deploying Application without .NET Framework Installed
• Custom ApplicationContext and ClickOnce deployment
• Wix installer is not clearing out shortcuts on uninstall after an upgrade.
• ClickOnce API -- where is Application.Restart?
• Visual Studio enhancement request for publishing ClickOnce
• Old Horse Or Dead Horse? How to properly deploy a ClickOnce application and .NET 3.0
• How do I fail an installation when detecting any other version installed