Click or drag to resize

SavePasswordResponseSave Field

Creates a SavePasswordResponse that notifies the browser to save credentials in the store.

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

Return Value

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