Mono Class Library: System.Net Namespace

System.Net.NetworkCredential Class

Provides credentials for password-based authentication. [Edit]

See Also: NetworkCredential Members

public class NetworkCredential : ICredentials, ICredentialsByHost

Thread Safety

All public static members of this type are safe for multithreaded operations. No instance members are guaranteed to be thread safe.

Remarks

The System.Net.NetworkCredential class supplies client credentials used in password-based authentication schemes such as Kerberos.

Note:

Classes that implement the System.Net.ICredentials interface, such as the System.Net.CredentialCache class, return System.Net.NetworkCredential instances.

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

[Edit]

Requirements

Namespace: System.Net
Assembly: System (in System.dll)
Assembly Versions: 1.0.x.x, 1.0.5000.0, 2.0.0.0