NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Basic and Digest Authentication

The System.Net implementation of Basic and Digest authentication complies with RFC2617 – HTTP Authentication: Basic and Digest Authentication. To use these forms of authentication, the application must provide a user name and password in the Credentials property of the WebRequest object used to request data from the Internet.