Returns a SingleCredential object that is associated with the supplied host, realm, and authentication type.
[Visual Basic] Overloads Public Sub New( _ ByVal name As String, _ ByVal password As String, _ ByVal domain As String _ ) [C#] public SingleCredential( string name, string password, string domain ); [C++] public: SingleCredential( String* name, String* password, String* domain ); [JScript] public function SingleCredential( name : String, password : String, domain : String );
A SingleCredential instance.
[To be provided]
SingleCredential Class | SingleCredential Members | System.Net Namespace | SingleCredential Constructor Overload List