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