Click or drag to resize

IPasswords Interface

A service that allows managing passwords.

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

The IPasswords type exposes the following members.

Properties
  NameDescription
Public propertyBrowser
Gets the IBrowser instance associated with this browser.
Public propertyIsDisposed
Indicates if the object is already disposed.
(Inherited from IAutoDisposable.)
Public propertySavePasswordHandler
Gets or sets a handler that is used when the user is prompted to save the credentials in the password store
Public propertyUpdatePasswordHandler
Gets or sets a handler that is used when the user is prompted to update the password in the password store
Top
Events
  NameDescription
Public eventDisposed
Occurs when the object has been disposed.
(Inherited from IAutoDisposable.)
Top
See Also