Click or drag to resize

IPasswordStore Interface

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

Namespace:  DotNetBrowser.Passwords
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public interface IPasswordStore

The IPasswordStore type exposes the following members.

Properties
  NameDescription
Public propertyAll
Gets all records from the password store including blacklisted ones.
Public propertyAllNeverSaved
Gets only blacklisted (marked as "never-saved") records from the password store.
Public propertyAllSaved
Gets only Save saved records from the password store.
Public propertyProfile
Gets the IProfile instance associated wit this IPasswordStore.
Top
Methods
  NameDescription
Public methodClear
Clears all records in the password store.
Public methodRemoveByUrl
Removes records from the password store associated with this url.
Top
See Also