UpdatePasswordResponse Class |
Namespace: DotNetBrowser.Passwords.Handlers
public sealed class UpdatePasswordResponse
The UpdatePasswordResponse type exposes the following members.
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.) |
Name | Description | |
---|---|---|
Ignore |
Creates a UpdatePasswordResponse that notifies the browser not to update the password
for this Login.
| |
Update |
Creates a UpdatePasswordResponse that notifies the browser to update the password
for this Login login in the password store.
|