MailKit Documentation
MailKit Documentation
API Reference
MimeKit.Cryptography
TemporarySecureMimeContext Class
TemporarySecureMimeContext Constructor
TemporarySecureMimeContext Constructor
TemporarySecureMimeContext(SecureRandom) Constructor
Temporary
Secure
Mime
Context(SecureRandom) Constructor
Initialize a new instance of the
TemporarySecureMimeContext
class.
Namespace:
MimeKit.Cryptography
Assembly:
MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax
C#
Copy
public
TemporarySecureMimeContext
(
SecureRandom
random
)
Parameters
random
SecureRandom
A secure pseudo-random number generator.
Exceptions
Exception
Condition
ArgumentNullException
random
is
null
.
Remarks
Creates a new
TemporarySecureMimeContext
.
See Also
Reference
TemporarySecureMimeContext Class
TemporarySecureMimeContext Overload
MimeKit.Cryptography Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast