Ok, here's a problem
I have a mobile device project in VS 2008 and I'm trying to connect to WCF-service with SSL authorization using certificate.
I'm using netcfsvcutil.exe utility to get proxy classes but have an error "403 The HTTP request is unauthorized with client authentication scheme 'Anonymous'"
When browsing WCF link in (well...) browser, service asks for certificate and goes on just fine.
How do I pass certificate to netcfsvcutil.exe?
Thanks.