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.3.0
Syntax
C#
public bool AutoKeyRetrieve { get; set; }

Property Value

Boolean
true 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.

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