Creates an instance of the SingleCredential class.
Creates an instance of the SingleCredential class with the supplied user name and password.
[Visual Basic] Overloads Public Sub New(String, String)
[C#] public SingleCredential(String, String);
[C++] public: SingleCredential(String*, String*);
[JScript] public function SingleCredential(String, String);
Returns a SingleCredential object that is associated with the supplied host, realm, and authentication type.
[Visual Basic] Overloads Public Sub New(String, String, String)
[C#] public SingleCredential(String, String, String);
[C++] public: SingleCredential(String*, String*, String*);
[JScript] public function SingleCredential(String, String, String);
SingleCredential Class | SingleCredential Members | System.Net Namespace