password_storev_binary
Description:
[ Version ( since = "0.19.0" ) ]
public async void password_storev_binary (Schema? schema, owned HashTable<string,string> attributes, string? collection, string label, Value value, Cancellable? cancellable)
Store a password in the secret service.
This is similar to [funcpassword_storev
], but takes a [structValue
] as the argument instead of a null-terminated
password.
This method will return immediately and complete asynchronously.
Parameters:
schema |
the schema for attributes |
attributes |
the attribute keys and values |
collection |
a collection alias, or D-Bus object path of the collection where to store the secret |
label |
label for the secret |
value |
a [struct |
cancellable |
optional cancellation object |
callback |
called when the operation completes |
user_data |
data to be passed to the callback |
Namespace: Secret
Package: libsecret-1