Click or drag to resize

SavePasswordResponseIgnore Field

Creates a SavePasswordResponse that notifies the browser to ignore credentials saving.

Namespace:  DotNetBrowser.Passwords.Handlers
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
public static SavePasswordResponse Ignore

Return Value

Type: SavePasswordResponse
The SavePasswordResponse instance that can be used as a return value in SavePasswordHandler implementation.
See Also