Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Adding certificate to a Web Service from a string
Message
De
22/08/2012 13:27:52
 
 
À
22/08/2012 12:08:28
Information générale
Forum:
ASP.NET
Catégorie:
Web Services
Versions des environnements
Environment:
VB 9.0
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01550969
Message ID:
01551037
Vues:
69
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...)
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform