IFeed2::ClearCredentials Method
Clears the user name and password used to authenticate the feed.
Syntax
HRESULT ClearCredentials(VOID);
Return Value
Returns S_OK if successful, or an error value otherwise.
Remarks
This method removes the user name and password stored in the Credential Manager for the feed.
See Also