set_key_trust_sync
Description:
[ Version ( since = "3.50" ) ]
public bool set_key_trust_sync (string keyid, GpgTrust trust, Cancellable? cancellable = null) throws Error
  public bool set_key_trust_sync (string keyid, GpgTrust trust, Cancellable? cancellable = null) throws Error
Sets trust level on the key keyid.
The keyid can be either key ID or an email address.
Parameters:
| this | |
| keyid | a key ID or an email address | 
| trust | a GpgTrust to set | 
| cancellable | optional Cancellable object, or null | 
Returns:
| whether succeeded |