Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Bypass Certificate
Message
From
13/11/2007 20:25:27
Aida I. Rivera
Air Information Systems
San Juan, Puerto Rico
 
 
General information
Forum:
Visual FoxPro
Category:
Web Services
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01268221
Message ID:
01268820
Views:
15
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?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform