Click or drag to resize

IBrowserPasswords Property

Gets the IPasswords instance that can be used for working with logins and passwords saved in the Chromium password store.

Namespace:  DotNetBrowser.Browser
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
IPasswords Passwords { get; }

Property Value

Type: IPasswords
The IPasswords instance associated with this IBrowser.
See Also