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