[ Version ( since = "3.12" ) ]
public bool lookup_password_sync (Cancellable? cancellable, out string? out_password) throws Error
Looks up a password for this.
Both the default and session keyrings are queried. This operation does not rely on the registry service and therefore works for any Source -- registered or "scratch".
Note the boolean return value indicates whether the lookup operation itself completed successfully, not whether a password was found. If
no password was found, the function will set out_password to null but still return
true. If an error occurs, the function sets throws and returns
false.
| this |
an Source |
| cancellable |
optional Cancellable object, or null |
| out_password |
return location for the password, or null |
|
true on success, false on error |