certificate

WCF: programatically configuring the service with certificate

Here's the whole issue: I want to create WCF dll to access WCF services.... the only issue is, when I use the WCF DLL config file with an application that has it's OWN app.config file, the WCF DLL app.config file gets ignored....... I figure one way to fix this problem is to translate my app.config to code, but unfortunately I don't kn...

Where can I get document signing certificate

It seems like everywhere I've looked they are personal certificates on a usb key and they are used to prove personal identity. I have a website that produces documents in PDF. I would like to sign them so that they are credible in a way that they were issued by my web site and haven't been tampered with... Doing this with self created c...

Silverlight 4 OOB + Browser HTTP Stack + Client Certificates = FAIL?

I'm having an issue where IIS 7.5 (on Windows 7 64-bit) is failing when I call it from an out-of-browser Silverlight 4 app using SSL and a client certificate, with the message "The I/O operation has been aborted because of either a thread exit or an application request. (0x800703e3)". The request does make it to IIS. here is a sample fr...

Adding Client SSL certificate to the WCF binding

Is there way to attach client side SSL file (.pfx) file in WCF binding? I don't want to use certificate store. ...

Move or copy SSL certificates from broken windows server

Yesterday we had a major problem with our windows 2003 webserver and we had to move all our sites to a new machine. There were a couple of sites that used a SSL certificate and we cannot export these because the we cannot start windows on the broken machine. Is there a way to get these certificates to work on the other server? I have ac...

Invoke Windows Certificate Export Wizard .NET

Hi, Does anyone know how to invoke/display the Windows Certificate Export Wizard Programmically within C#.NET whilst providing an X509 Certificate? Many thanks ...

Certification path

I am getting my bachelor degree in a few month. After that I`m planing to go for a master degree in software engineering. In the mean time I plan to take some certification too. I develop in Java and obvious plan to go on Oracle Java certification path. But as an addition to my knowledge (and proof of knowledge) I plan to take Cisco CCNA...

Clickonce & application certificate

Hey Guys, The company I'm working for is developing a Clickonce application. Until recently I neglected the notification unknown publisher are you sure you want to run.. since it was soleley used internally. Now the app is ready for product launch we start thinking about certifying. The discussion goes like thís. Our products needs to...

OpenSSL SSL_CTX_use_PrivateKey_file with Windows certificate store

Hi, I have a native C++ library which uses OpenSSL for TLS. It reads the private key using SSL_CTX_use_PrivateKey_file and everything is fine, Then I created a C# wrapper which reads the certificates from Windows certificate store according to certain OIDs and the subject name. And here is the problem - I might get more than one certifi...

Send mail with trusted certificate in Java

Hi guys, I'm coding a internal Java mail website for my company. It requires all mail must pass the trusted certificates. Now I just have a *.p7b file and I'm gonna add it to my source code and pass my mail with that certification. All suggestion, documentation and examples are gratefully welcomed. Thanks in advance! Update: Following s...

Client side SSL certificate for a specific web page

Can a particular web page in a web site, authonticate a web request using client side SSL certificate, while others don't? ...

Store the client SSL certificate with out compromising security

I have stored Client SSL certificate in database as a file and its private key's password in a column (not using certifcate store) for each web service that requires certificate.The reason I prefered this that I don't have to worry about user privellege to access the certificate if the code is moved to another server (Dev/QA/Prod). As ce...

SISX certificate info

How can I retrive information about sertificate of a signed .sisx file? What I need is certificate expire date. ...

How to get a ms paper certificate ?

Hello guys, I'm trying to be patient. I passed a 70-526 exam. I received this (secret data is *): Congratulations on passing your recent Microsoft Certification exam. Now it is time to start taking advantage the benefits and resources available to you. On the MCP member site, you will be able to download your certificate and logo assoc...

Adding server certificate validation to httplib.HTTPSConnection

I've found that httplib.HTTPSConnection doesn't perform an automatic server certificate check. As far as I've understood the problem, I need to add that functionality manually, e.g. by subclassing this class as described here. As I'm using Python2.4.5 and an upgrade is not possible under the given circumstances, I cannot use the workaro...

iPhone SDK 4.0: Get publicKey and privateKey from a certificate / identity profile stored in KeyChain

Hello Community I am trying to get the public and private Key from a certificate which i have already installed on the iPhone. (It is shown unter Settings -> General -> Profiles) I need this keys for encryption sensitive data. (RSA Algorithm) Up to now i have found no way to get access to the keys. Is it even possible ? If not: What...

Get timestamp from Authenticode Signed files in .NET

We need to verify that binary files are signed properly with digital signature (Authenticode). This can be achieved with signtool.exe pretty easily. However, we need an automatic way that also verifies signer name and timestamp. This is doable in native C++ with CryptQueryObject() API as shown in this wonderful sample: How To Get Informa...

Reuse Development C.S.R. for Distribution certificate

So, I've created a development certificate for my iPhone app, and in the process I saved a C.S.R as a CertificateSigningRequest.certSigningRequest file on the computer hard drive with Keychain Access Certificate Assistant. It seems to me that Apple asks for an exactly same file to be generated and saved onto the hard drive for requestin...

Certificate on WCF service that does not use IIS

I have a WCF app that normally runs in IIS (for my Testing and Production Environments). But when I run it from my debugger it is setup to run self hosted (ie a console window pops up and IIS is NOT used). I also have a client application that I connect to the WCF app. Normally when I am testing my Client app (that runs on Windows Mob...

Why does updating my code signing certificate break Adobe AIR application updating?

I have an AIR application that I have been signing with my Verisign certificate. I have just renewed this certificate for another two years. But when I make and sign a new version of my AIR application, the update fails (with a misconfigured error message). This warning is in the AIR documentation: When you sign an AIR application wi...