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 ...
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 ...
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...
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...
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 ...
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. ...
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? ...
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...
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. ...
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...
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? ...
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...
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...
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...
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. ...
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 // :) ...
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...
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...
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...
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. ...
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...