| SavePasswordResponse Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: DotNetBrowser.Passwords.Handlers
 Syntax
Syntaxpublic sealed class SavePasswordResponse
The SavePasswordResponse type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Equals | Determines whether the specified object is equal to the current object.(Inherited from Object.) | 
|  | GetHashCode | Serves as the default hash function.(Inherited from Object.) | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | ToString | Returns a string that represents the current object.(Inherited from Object.) | 
 Fields
Fields| Name | Description | |
|---|---|---|
|   | 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.
             | 
 See Also
See Also