Method RemoveByUrl
- Namespace
- DotNetBrowser.Passwords
- Assembly
- DotNetBrowser.dll
RemoveByUrl(IPasswordStore, string)
Removes all records associated with the specified URL from the password store.
public static void RemoveByUrl(this IPasswordStore store, string url)
Parameters
storeIPasswordStoreThe password store.
urlstringThe URL associated with the records to remove.
Exceptions
- ObjectDisposedException
The IPasswordStore has already been disposed.
- ArgumentException
The
urlis null, empty, or contains only blank characters.