ImportStatus
Object Hierarchy:
Description:
[ Compact ]
[ CCode ( cname = "struct _gpgme_import_status" ) ]
public class ImportStatus
Content:
Fields:
- public string fpr
fingerprint of the key that was considered.
- public ImportStatus? next
This is a pointer to the next status structure in the linked list, or
null if this is the last element.
- public Error result
If the import was not successful, this is the error value that caused
the import to fail. Otherwise the error code is GPG_ERR_NO_ERROR.
- public ImportStatusFlags status
Flags what parts of the key have been imported. May be 0, if the key
has already been known.