views:

492

answers:

0

Hi guys,

I think this is my thired WCF/Windows mobile question now that is roughly asking the same thing, but every question I ask provides me with mre questions (its like watching lost :-).

This ones quick and simple:

What is the WCF/Windows CE equivellent of this:

    Dim asmxService As New AsmxService.Service1()
    asmxService.Credentials = New NetworkCredential("MobileTestUser", "P@ssw0rd", "networks")

I ask this as I cant seem to use any security mechanism other than transport level certificate authentication.

Cheers, Chris