Adds a NetworkCredential instance to the credential cache.
[Visual Basic] Public Sub Add( _ ByVal URIprefix As String, _ ByVal AuthType As String, _ ByVal cred As NetworkCredential _ ) [C#] public void Add( string URIprefix, string AuthType, NetworkCredential cred ); [C++] public: void Add( String* URIprefix, String* AuthType, NetworkCredential* cred ); [JScript] public function Add( URIprefix : String, AuthType : String, cred : NetworkCredential );
true if the credential was successfully added to the cache; otherwise, false.
CredentialCache Class | CredentialCache Members | System.Net Namespace