Click or drag to resize
MimeKit

OpenPgpContextKeyServer Property

Get or set the key server to use when automatically retrieving keys.

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public Uri KeyServer { get; set; }

Property Value

Uri
The key server.
Exceptions
ExceptionCondition
ArgumentExceptionvalue is not an absolute URI.
Remarks

Gets or sets the key server to use when verifying keys that are not already in the public keychain.

Note  Note
Only HTTP and HKP protocols are supported.
See Also