IPasswordStore Interface |
Namespace: DotNetBrowser.Passwords
public interface IPasswordStore
The IPasswordStore type exposes the following members.
| Name | Description | |
|---|---|---|
| All |
Gets all records from the password store including
blacklisted
ones.
| |
| AllNeverSaved |
Gets only blacklisted (marked as "never-saved") records
from the password store.
| |
| AllSaved |
Gets only Save saved records from the password store.
| |
| Profile |
Gets the IProfile instance associated wit this IPasswordStore.
|
| Name | Description | |
|---|---|---|
| Clear |
Clears all records in the password store.
| |
| RemoveByUrl |
Removes records from the password store associated with this url.
|