MailKit Documentation
MailKit Documentation
API Reference
MimeKit.Cryptography
GnuPGContext Class
GnuPGContext Constructor
GnuPGContext Constructor
GnuPGContext(String) Constructor
Gnu
PGContext(String) Constructor
Initialize a new instance of the
GnuPGContext
class.
Namespace:
MimeKit.Cryptography
Assembly:
MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax
C#
Copy
protected
GnuPGContext
(
string
gnupgDir
)
Parameters
gnupgDir
String
The path to the GnuPG home directory.
Exceptions
Exception
Condition
ArgumentNullException
gnupgDir
is
null
.
Remarks
Creates a new
GnuPGContext
using the specified path for the GnuPG home directory.
See Also
Reference
GnuPGContext Class
GnuPGContext Overload
MimeKit.Cryptography Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast