Click or drag to resize

UpdatePasswordResponseUpdate Field

Creates a UpdatePasswordResponse that notifies the browser to update the password for this Login login in the password store.

Namespace:  DotNetBrowser.Passwords.Handlers
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
public static UpdatePasswordResponse Update

Return Value

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