Table of Contents

Method RemoveByUrl

Namespace
DotNetBrowser.Passwords
Assembly
DotNetBrowser.dll

RemoveByUrl(string)

Removes records from the password store associated with this url.

void RemoveByUrl(string url)

Parameters

url string

The URL associated with the removed password records.

Exceptions

ObjectDisposedException

The IPasswordStore has already been disposed.

ArgumentException

The url is null, empty, or contains only blank characters.