473,397 Members | 1,961 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,397 software developers and data experts.

Get PFX certificate without installing it into the certificate sto

Is anyone knows how to get a certificate from the file direclty in .NET 1.1?
We found a way to do this in .NET 2.0;

X509Certificate2 cert = new X509Certificate2(certFilename, thePassword,
X509KeyStorageFlags.PersistKeySet);
proxy.ClientCertificates.Clear();
proxy.ClientCertificates.Add(cert);
proxy.CallTheWebService(args);

The new X209Certificate2 constructor accepts the certificate file name,
password and flag and with this, I don't have to install the certificate file
(*.pfx) into the store.

I'm looking for a way to do this in .NET 1.1 frame work.
May 5 '06 #1
0 2400

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

8
by: Lenn | last post by:
Hello, I've been struggling with this for couple of days now. All I want to do is to enable SSL protocol on the webserver. I want to be able to generate and sign my own certificates. I used...
4
by: Matt Frame | last post by:
I am working on a special ASP.Net application that receives files from customers. The connection is made via HTTPS and the client sends the file as a POST to my ASP.Net listener. All of this...
2
by: Paul Turley | last post by:
All requests to the web server at LocalHost are no longer responding since we installed a digital certificate. Is this normal? Can it be recitified? I've tried modifying the Hosts file to no...
1
by: dinoo | last post by:
Can any body help me out? I know how to enable SSL by making a request certificate (to verisign) and then installing it. In .Net we have makecert.exe which can be used to generate test...
11
by: John Nagle | last post by:
The Python SSL object offers two methods from obtaining the info from an SSL certificate, "server()" and "issuer()". The actual values in the certificate are a series of name/value pairs in ASN.1...
0
by: =?Utf-8?B?S3lsZQ==?= | last post by:
Has anyone else ran into a problem in WCF when useing a server certificate that has a certificate path. Example of cert with path: -RootCert -Intermediate Cert -Cert The service works just...
0
by: ckkwan | last post by:
Hi All, I am writing a Win Services running win2000 server which requires to connect to a Web Service provided by WebShpere. I can't load the certificate (even with WSE2 SP3) wihtout...
5
by: troy_lee | last post by:
We have an application developed by one developer. He compiled the database into an application and digitally signed the application. He doesn't know if he used selfcert of makecert to make the...
1
by: BillE | last post by:
<extreme frustration> I have googled and read about this, but can't seem to get a grip on it. Apparently I am being coerced into digitally signing applications. Is this true? What if I don't...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.