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!

NetworkCredential Class

Provides credentials for password-based authentication schemes such as basic, digest, NTLM and Kerberos.

Object
   NetworkCredential

[Visual Basic]
Public Class NetworkCredential
[C#]
public class NetworkCredential
[C++]
public __gc class NetworkCredential
[JScript]
public class NetworkCredential

Remarks

This class does not support public-key based authentication methods such as SSL client authentication.

Requirements

Namespace: System.Net

Assembly: System.net.dll

See Also

NetworkCredential Members | System.Net Namespace