Table of Contents

Interface IPasswordStore

Namespace
DotNetBrowser.Passwords
Assembly
DotNetBrowser.dll

A service that allows working with PasswordRecord logins and passwords saved in the Chromium password store.

public interface IPasswordStore

Properties

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.

Methods

Clear()

Clears all records in the password store.

RemoveByUrl(string)

Removes records from the password store associated with this url.