NetworkCredential (System.Net.NetworkCredential)

Inherits: System.Object

Interfaces: ICredentials, ICredentialsByHost

Derived Types: 0

Assembly: System.dll

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

VB.NET C#

C#

public class NetworkCredential : System.Net.ICredentials, System.Net.ICredentialsByHost
{
}

Articles

NetworkCredential 类 (.NET Framework 类库 - 简体中文)

为基于密码的身份验证方案(如基本、简要、NTLM 和 Kerberos 身份验证)提供凭据。 有关此类型所有成员的列表,请参阅 NetworkCredential ...

View Post for Problems, Troubleshooting, Exceptions

System.Net.NetworkCredential mailAuthentication = new System.Net.NetworkCredential("mymail", "mypass"); System.Net.Mail.SmtpClient mailClient = new System.Net.Mail.SmtpClient ...

Session.NetworkCredential Property

... System.Net.NetworkCredential  NetworkCredential {get;} Remarks. This is use to support connecting to Mantis installation that are ...

System.Net.CredentialCache Class

Use the System.Net.CredentialCache.Add(System.Uri,System.String,System.Net.NetworkCredential) method to add additional credentials to the CredentialCache instance.

Mono Documentation

The members of System.Net.NetworkCredential are listed below. See Also: Inherited members from System.Object [ ...

Mono Documentation

Mono Class Library : System.Net Namespace System.Net.NetworkCredential Class ... Thread Safety All public static members of this type are safe for ...

MBR IT/.NET 247 : System.Net.NetworkCredential Class [Articles]

System.Net.NetworkCredential Class: Information : Base Types : Related Resources: Provides credentials for password-based authentication schemes such as basic, digest, NTLM, and ...

System.Net.NetworkCredential Class

Base Types Object NetworkCredential. This type implements ICredentials . Assembly System Library Networking Summary Provides credentials for password-based authentication.

NetworkCredential Class

System.Object     System.Net.NetworkCredential [Visual Basic] Public Class NetworkCredential Implements ICredentials [C#] public class NetworkCredential

NetworkCredential Class (System.Net)

Provides credentials for password-based authentication schemes such as basic ... System.Net . . :: . NetworkCredential ...

Custom .NET Training ASP.NET Training Silverlight Training LINQ Training IT Support