 | OpenPgpContextAutoKeyRetrieve Property |
Get or set whether unknown PGP keys should automtically be retrieved.
Namespace: MimeKit.CryptographyAssembly: MimeKit (in MimeKit.dll) Version: 4.10.0
Syntaxpublic bool AutoKeyRetrieve { get; set; }
Property Value
Boolean if unknown PGP keys should automatically be retrieved; otherwise,
.
RemarksGets or sets whether the OpenPgpContext should automatically
fetch keys as needed from the keyserver when verifying signatures.
See Also