Table of Contents

Class SavePasswordResponse

Namespace
DotNetBrowser.Passwords.Handlers
Assembly
DotNetBrowser.dll

A response to the SavePasswordHandler.

public sealed class SavePasswordResponse
Inheritance
SavePasswordResponse
Inherited Members

Fields

Ignore

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

NeverSave

Creates a SavePasswordResponse that notifies the browser that password forms on this Url URL should be blacklisted(marked as "never-saved") and SavePasswordHandler should not be invoked in the future.

Save

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