Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Adding certificate to a Web Service from a string
Message
From
22/08/2012 13:27:52
 
 
To
22/08/2012 12:08:28
General information
Forum:
ASP.NET
Category:
Web Services
Environment versions
Environment:
VB 9.0
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01550969
Message ID:
01551037
Views:
70
This message has been marked as a message which has helped to the initial question of the thread.
>>But you still haven't told me what is in the string.......
>
>The string is the certificate, the equivalent of the content of a .cer file.

Then I'd guess it is Base64 ASCII. You could try:
X509Certificate cert = new X509Certificate(Convert.FromBase64String(s));
(C# still I'm afraid...)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform