update_secrets


Description:

public bool update_secrets (HashTable<string,Value?> secrets) throws Error

Update the setting's secrets, given a hash table of secrets intended for that setting (deserialized from D-Bus for example).

Parameters:

this

the Setting

secrets

a GenericSet mapping string to Value of setting property names and secrets

Returns:

true if the secrets were successfully updated, false on failure to update one or more of the secrets.