Click or drag to resize
MimeKit

GnuPGContext(String) Constructor

Initialize a new instance of the GnuPGContext class.

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
protected GnuPGContext(
	string gnupgDir
)

Parameters

gnupgDir  String
The path to the GnuPG home directory.
Exceptions
ExceptionCondition
ArgumentNullExceptiongnupgDir is null.
Remarks
Creates a new GnuPGContext using the specified path for the GnuPG home directory.
See Also