set_password


Description:

public async void set_password (string uuid, string name) throws Error

Set the item as password

Parameters:

this

a Client instance

uuid

the uuid of the element we want to set as password

name

the name to identify the password

callback

A TaskReadyCallback to call when the request is satisfied or null if you don't care about the result of the method invocation.

user_data

The data to pass to callback.