certificate

Where can i write CSS Certification Exam (online)

Hi, I am interested in writing CSS Certification Examination through online. Need suggestions to Where can i write(website name), Which one is worthy. Can anyone help me out!!! Thanks in Advance ...

How do I verify the host server's certificate in Silverlight?

I am concerned with MITM attacks in the Silverlight application I am writing. The site will be running over SSL. If my site is the victim of a MITM attack, as far as I know, my only defense right now is the warning page the browser displays when the site's certificate is untrusted. Since it is only a browser, the best it can do is simply...

Ignore certificate authority (self-signed) with BITS

Hi, I'm trying to upload a file with a client application using BITS (Microsoft's Background Intelligent Transfer Service) via HTTPS. The development server I'm uploading to/testing with does not have a properly signed certificate for SSL (it's self-signed). This means that the transfer always errors out, as BITS recognizes that the c...

How do you deploy an ActiveX control for ie from a VS2008 project?

What are the steps to deploying a project created in VS2008 (windows forms and c#) as a ActiveX control hosted in ie? I have a file uploader project that I want to be hosted on a webpage that users can navigate to, click 'trust this active x control' and the application runs on the page in the browser, just like a java application. To ...

iPhone developer certificate

I have a problem after upgrading my iPhone SDK 3.0. Xcode does not get the developer certificate, but it's in the key chain. ...

Debugging Code-Signing errors

How can one debug errors related to code-signing and missing certificates? Can I do the process from command line? In XCode under 'Organizer > Provisioning Profiles', I get 'A valid signing identity matching this profile could not be found in your keychain'. How can I debug this problem? ...

Client Certificates and FireFox

Hi folks, I need some help to understand what is happening with my web application. I have a simple web app (c# .Net 2.0) that uses a smartcard authentication. In my testing box (win 2k3 32 bits, iis6) everything works fine but in my production box (win2k3 64 bits, iis6) firefox is unable to send the certificate, hosted in the card, to...

self-signed certificate issue in IIS 7.0

Hello everyone, I am setting up IIS 7.0 on a Windows Vista box. I am using self-signed certificate (by using built-in Create Self-Signed Certificate feature of IIS 7.0) on a web site. The I can browse from the local machine (the machine with IIS and web site) for the https address, for example, https://machinename/test.html, it works. ...

Certificate problem - Error Importing Key "object already exists" after Windows 7 upgrade

I have about 60 .pfx files for all major assemblies for a project. They are unique files, but I use the same password for all. After an upgrade from Windows Vista to Windows 7 I get an Import Key File dialog requesting the password for them when I click Build in Visual Studio 2008. This would have been fine, but after inserting the pas...

Sign every executable with authenticode certificate through MSBuild

Hello, I have an authenticode certificate (.pfx) which I use to sign executables. How can I configure Team Build so that it signs every single executable (.exe, .dll, ...) automatically while building the project? ...

.NET Publisher Certificates

I'm using a book for studying for .NET certification, and I'm stumped on the issue of publisher certificates. Background: Windows Vista Home Basic SP2 Visual Studio 2008 .NET 3.5 SP1 Goal: Write a simple C# console application that has its permission to read from a specific text file determined by the application's certificate. Symp...

SOAP and certificate authorization

I need to use web-service based on SOAP and WSDL. SOAP (https) use login, password and certificate to auth. Example on PHP: <? ... $client->authtype = 'certificate'; $client->decode_utf8 = 0; $client->soap_defencoding = 'UTF-8'; $client->certRequest['sslcertfile'] = 'path_to_cert.crt'; $client->certRequest['sslkeyfile'] = 'path_to_priva...

Installing a certificate in a .MSI Custom Action doesn't work properly.

I'm trying to install a certificate in the Local Machine Store in a custom action. The certificate is installed, but when I use it to query AWS, I get this error: Object contains only the public half of a key pair. A private key must also be provided. The installer is running elevated, the target is Windows Vista. If I use a s...

Setting Certificate Friendly Name

Im trying to set the certificate friendly name during the certificate request/acceptance process. I understand that this a property of the microsoft store rather than the certificate and an wondering what .net/c# technique might be used to set it. ...

Getting the app onto the phone... certificate signing and identities

The error I received on build attempt was: Code Sign error: The identity 'iPhone Developer' doesn't match any valid certificate/private key pair in the default keychain Anyone know how to resolve this? Thanks // :) ...

need guidance before revoking my developer certificate

Hello all, When i install a provisioning profile into Xcode,it shows "A valid signing identity matching this profile could not be found in your keychain". Checking my login keychain(default), it has the public and private key along with my developer certificate and Apple's intermediate certificate. Also, while building my app in Xcode i...

Vista UAC - permissions and certificates for an exe

I'm a bit of a newbie with regard to UAC and certificates. I have an installer (bespoke) that needs to write files to Program Files, set registry keys, create SQL databases, add start menu shortcuts, etc. It thus requires elevation for pretty much everything it does. If this application is run under Vista, an orange UAC dialog is shown...

Development and Distribution certificate for iPhone dev

I am building an iPhone app that will be submitted to the App Store. I am a bit confused about Development and Distribution certificates that you get from Apple. Do I need to install both? Why are both needed? Does this mean that when I am ready to distribute that I need to sign the app with the Distribution certificate and when i a...

Programmatically Install Certificate into Mozilla

Howdy all, Is there a way to programmatically install a certificate into mozilla? We're trying to script everything to eliminate deviations in environment so installing it by hand through mozilla preferences does not work for our needs. I assume theres a way to do it with certutil, but I am not sure of Mozilla's internals, etc. ...

Null Reference in "SignFile" task when signing .Net manifest

I've written a .Net WCF Office 2007 app which uses ClickOnce as an installer. I'm using MSBuild via commandline to sign it, but I'm getting the following error: C:\Program Files\MSBuild\Microsoft\VisualStudio\v9.0\OfficeTools\Microso ft.VisualStudio.Tools.Office.Office2007.targets(250,9): error MSB4018: T he "SignFile" task failed unexp...