Click or drag to resize
MimeKit

OpenPgpContextAutoKeyRetrieve Property

Get or set whether unknown PGP keys should automtically be retrieved.

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.10.0
Syntax
C#
public bool AutoKeyRetrieve { get; set; }

Property Value

Boolean
if unknown PGP keys should automatically be retrieved; otherwise, .
Remarks

Gets or sets whether the OpenPgpContext should automatically fetch keys as needed from the keyserver when verifying signatures.

Note  Note
Requires a valid KeyServer to be set.
See Also