Click or drag to resize

IPasswordStoreRemoveByUrl Method

Removes records from the password store associated with this url.

Namespace:  DotNetBrowser.Passwords
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
void RemoveByUrl(
	string url
)

Parameters

url
Type: SystemString
The URL associated with the removed password records.
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe IPasswordStore has already been disposed.
ArgumentException The url is null, empty, or contains only blank characters.
See Also