Click or drag to resize

SavePasswordResponse Fields

The SavePasswordResponse type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberIgnore
Creates a SavePasswordResponse that notifies the browser to ignore credentials saving.
Public fieldStatic memberNeverSave
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.
Public fieldStatic memberSave
Creates a SavePasswordResponse that notifies the browser to save credentials in the store.
Top
See Also