GPRS connection options

C

Catalin Lungu

Hi all,
I need to connect to a intranet using a RAS connection. To do this I must to
unmark the following options of Security Setting (callenge handshake (CHAP),
Microsoft chap, Microsoft chap v2) otherwise I can´t connect. How can I do
this? I'm using C#2005, WinCE 5.0.

Thanks in advance,
Catalin
 
S

Simon Hart [MVP]

Probably the easiest way in managed code is to use the CM_Networks
Configuration Service Provider than use the CM_GPRSEntries Configuration
Service Provider to add a connection to the network created by CM_Networks
call. Then use the Connection Manager API (OpenNETCF has a managed wrapper)
to connect to that connection.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top