Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Bypass Certificate
Message
De
13/11/2007 20:25:27
Aida I. Rivera
Air Information Systems
San Juan, Porto Rico
 
 
À
12/11/2007 04:33:03
Information générale
Forum:
Visual FoxPro
Catégorie:
Web Services
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01268221
Message ID:
01268820
Vues:
16
Can that be done in C#. I tried doing a class in C# as follows:

ublic class TrustAllCertificatePolicy : ICertificatePolicy
{
public TrustAllCertificatePolicy() { }

public bool CheckValidationResult(ServicePoint sP, X509Certificate cert, WebRequest wReq, int certProblem)
{
return true;
}
}

It compiles clean and make the dll but haven't figure out how to register it nor use it in VFP with the "cannot find entry point" error.
Any pointers?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform