can anybody plz tell how to codesign a .cab file???
I developed a project in dotnet framework using C# and i made a .cab file of setup of that project, .inf file and .pfx key...
whenever i want to install this .cab file via browser it is not installing successfully, giving error as unknown publisher still when i build the certificate using X509 certificate generator...
anybody give solution plz...........t hanks...
Search Result
Collapse
5 results in 0.0013 seconds.
Keywords
Members
Tags
-
How to code sign a cab file???
-
Convert java keystore to vb .net certificate
Hi there
Im having trouble converting a java keystore to X509 certificate and using in vb .net
I have exported using Portecle in to .pem format. This works under php, but doesnt seem to in vb .net. The certificate has a passphrase too.
Does this have to be in a different format for vb .net? If you can, please let me know exact steps (and command line syntax if needed) to export to suitable format... -
how to log into a website with a certificate
I appreciate your assistance.
I need to log into a website with both a user name, password, and a certificate.
I have the username, password, and certificate information (using firebug). I have the URL syntax to transmit the username and password.
What I can't figure out is which object is best used to transmit the certificate information when I connect to the site.
Thank you in adv... -
Code Signing
Introduction:
Macro Security Levels in MS Office applications are recommended to be set to High. This stops any VBA code associated with a project from running, unless it is signed (with a certificate). A trusted signature will allow the code to run normally, whereas an un-trusted one will prompt the user either to trust the issuing CA (Certificate Authority) and enable the code, or simply to disable the code.
This is...Last edited by NeoPa; Nov 5 '10, 05:51 PM. Reason: Added instructions for trusting certificate publisher for Access 2007. -
IIS Site SSL issue
I have two website on my local IIS, one of them is on SSL and works fine.
Using the same certificate i have recently moved the second the site onto the SSL. Now when i try to access the second site from IE, i get Content blocked message.
Is there a way that i can allow only this site in the IE, without any prompting to the user each and every time?
Thnx in advance guys....